mirror of
https://github.com/DazAh/dotfiles
synced 2026-05-21 18:25:46 +01:00
upgradeohmyzsh
This commit is contained in:
@@ -31,6 +31,8 @@ set nobackup
|
||||
set nowritebackup
|
||||
set updatetime=300
|
||||
set cmdheight=2
|
||||
set noswapfile " disable swapfile
|
||||
set number
|
||||
|
||||
" CoC Highlighting
|
||||
autocmd FileType json syntax match Comment +\/\/.\+$+
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
default-sample-format = float32le
|
||||
default-sample-rate = 48000
|
||||
alternate-sample-rate = 44100
|
||||
default-sample-rate = 44100
|
||||
alternate-sample-rate = 48000
|
||||
default-sample-channels = 2
|
||||
default-channel-map = front-left,front-right
|
||||
default-fragments = 2
|
||||
default-fragment-size-msec = 125
|
||||
resample-method = soxr-vhq
|
||||
resample-method = soxr-hq
|
||||
enable-lfe-remixing = no
|
||||
high-priority = yes
|
||||
nice-level = -11
|
||||
realtime-scheduling = yes
|
||||
realtime-priority = 9
|
||||
rlimit-rtprio = 9
|
||||
#avoid-resampling = yes
|
||||
daemonize = no
|
||||
|
||||
#Alsa config
|
||||
|
||||
Reference in New Issue
Block a user