diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/bspwm/bspwmrc | 2 | ||||
-rw-r--r-- | config/cava/config | 16 | ||||
-rw-r--r-- | config/compfy/compfy.conf | 6 | ||||
-rw-r--r-- | config/mpd/mpd.conf | 14 | ||||
-rw-r--r-- | config/polybar/config | 6 | ||||
-rw-r--r-- | config/rofi/colors-rofi-dark.rasi | 4 | ||||
-rw-r--r-- | config/sxhkd/sxhkdrc | 4 | ||||
-rw-r--r-- | config/vim/vimrc | 12 |
8 files changed, 26 insertions, 38 deletions
diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index fec65c2..24a2743 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -14,10 +14,8 @@ pgrep -x sxhkd > /dev/null || sxhkd & pgrep -x picom > /dev/null || picom & pgrep -x xss-lock > /dev/null || xss-lock slock & pgrep -x bg.sh > /dev/null || $HOME/.scripts/bg.sh > /dev/null & -#pgrep -x xcompmgr > /dev/null || xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 & [ -f "$HOME/.config/xrandr.sh" ] && . $HOME/.config/xrandr.sh -#xrandr > ~/XRANDR primary=$(bspc query --monitors -m primary) set -- a b c d e f g h i j k l m n o diff --git a/config/cava/config b/config/cava/config index a8379c8..2ddd926 100644 --- a/config/cava/config +++ b/config/cava/config @@ -17,7 +17,7 @@ # Manual sensitivity in %. Autosens must be turned off for this to take effect. # 200 means double height. Accepts only non-negative values. -; sensitivity = 200 +; sensitivity = 100 # The number of bars (0-200). 0 sets it to auto (fill up console). # Bars' width and space between bars in number of characters. @@ -56,10 +56,10 @@ # For alsa 'source' will be the capture device. # For fifo 'source' will be the path to fifo-file. # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address -source = auto +; source = auto -; method = alsa -; source = hw:Loopback,1 +method = alsa + source = hw:Loopback,1 ; method = fifo ; source = /tmp/mpd.fifo @@ -139,15 +139,15 @@ source = auto # Percentage value for integral smoothing. Takes values from 0 - 100. # Higher values means smoother, but less precise. 0 to disable. -integral = 0 +; integral = 76 # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. -monstercat = 0 -waves = 0 +monstercat = 1 +; waves = 0 # Set gravity percentage for "drop off". Higher values means bars will drop faster. # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". -gravity = 400 +; gravity = 100 # In bar height, bars that would have been lower that this will not be drawn. diff --git a/config/compfy/compfy.conf b/config/compfy/compfy.conf index 00c38a6..b2b508c 100644 --- a/config/compfy/compfy.conf +++ b/config/compfy/compfy.conf @@ -17,7 +17,7 @@ animation-stiffness = 240; # Change the mass of windows # Modifying the mass of windows makes them virtually heavier and therefore slower to animate. -animation-window-mass = 0.5; +animation-window-mass = 1; # Change dampening applied during the animation # This setting basically does what it says. It dampens the animation of windows. @@ -152,11 +152,11 @@ fading = true; # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) # fade-in-step = 0.028 -fade-in-step = 0.01; +fade-in-step = 0.03; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) # fade-out-step = 0.03 -fade-out-step = 0.01; +fade-out-step = 0.03; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) fade-delta = 4 diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 5dd1296..b086d5e 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -15,24 +15,14 @@ audio_output { audio_output { type "pulse" - name "mpd pulse" + name "mpd" } -#audio_output { -# type "jack" -# name "MPD jack" -#} - -#audio_output { - #type "pipewire" - #name "MPD pipewire" -#} - audio_output { type "fifo" name "Visualizer feed" path "/tmp/mpd.fifo" - format "22050:16:2" + format "44100:16:2" } db_file "~/.config/mpd/database" diff --git a/config/polybar/config b/config/polybar/config index e1fcd5b..d8f670e 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -4,8 +4,8 @@ offsety = 24 [color] bg = #191919 -bga = #191919 -fg4= #f58d44 +bga = #CC191919 +fg4 = #f58d44 fg2 = #5f819d fg3 = #707880 fg1 = #fefefe @@ -40,7 +40,7 @@ modules-right = time [bar/ws] inherit = bar/base -width = 2510 +width = 1870 offset-x = 25 offset-y = 10 modules-left = workspaces xwindow diff --git a/config/rofi/colors-rofi-dark.rasi b/config/rofi/colors-rofi-dark.rasi index e861cd4..a4b5c0a 100644 --- a/config/rofi/colors-rofi-dark.rasi +++ b/config/rofi/colors-rofi-dark.rasi @@ -46,7 +46,7 @@ } #message { - border: 0px 0px 0px; + border: 2px 0px 0px; border-color: @border-color; padding: 1px; } @@ -68,7 +68,7 @@ #listview { fixed-height: 0; - border: 0px 0px 0px; + border: 2px 0px 0px; border-color: @border-color; spacing: 2px; scrollbar: true; diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 40ddc7e..7e4f781 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -73,7 +73,7 @@ super + i # open audio mixer super + semicolon - bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer + bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer # xkill ctrl + alt + Escape @@ -233,7 +233,7 @@ super + f super + d [ -z "$(bspc query -N -n focused.sticky)" ] && \ bspc node focused -g sticky=on || \ - bspc node focused -g stick=off; + bspc node focused -g sticky=off; super + ctrl + f bspc node -t \~fullscreen diff --git a/config/vim/vimrc b/config/vim/vimrc index 6a568a8..0e37dc3 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -71,13 +71,13 @@ nmap <silent> <leader>re <Plug>(coc-codeaction-refactor) xmap <silent> <leader>r <Plug>(coc-codeaction-refactor-selected) " nmap <silent> <leader>r <Plug>(coc-codeaction-refactor-selected) -inoremap <silent><expr> <TAB> - \ coc#pum#visible() ? coc#pum#next(1) : - \ CheckBackspace() ? "\<Tab>" : - \ coc#refresh() -inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>" +"inoremap <silent><expr> <TAB> +" \ coc#pum#visible() ? coc#pum#next(1) : +" \ CheckBackspace() ? "\<Tab>" : +" \ coc#refresh() +"inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>" -inoremap <silent><expr> <CR> coc#pum#visible() ? coc#pum#confirm() +"inoremap <silent><expr> <CR> coc#pum#visible() ? coc#pum#confirm() \: "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>" function! CheckBackspace() abort |