diff options
Diffstat (limited to 'bspwm/.config')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index a586ed2..00c97d1 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -4,7 +4,7 @@ sxhkd & | |||
4 | dunst & | 4 | dunst & |
5 | unclutter & | 5 | unclutter & |
6 | compton &> /dev/null & | 6 | compton &> /dev/null & |
7 | ~/scrypts/bat_check.sh & | 7 | ~/.local/bin/bat_check.sh & |
8 | redshift -l 13.082680:80.270718 & | 8 | redshift -l 13.082680:80.270718 & |
9 | ~/.fehbg & | 9 | ~/.fehbg & |
10 | urxvtd & | 10 | urxvtd & |
@@ -18,7 +18,7 @@ bspc config split_ratio 0.52 | |||
18 | bspc config borderless_monocle true | 18 | bspc config borderless_monocle true |
19 | bspc config gapless_monocle true | 19 | bspc config gapless_monocle true |
20 | 20 | ||
21 | bspc rule -a Nightly desktop='^2' | 21 | bspc rule -a firefox desktop='^2' |
22 | bspc rule -a Spacefm desktop='^4' | 22 | bspc rule -a Spacefm desktop='^4' |
23 | 23 | ||
24 | $HOME/.config/polybar/launch.sh & | 24 | $HOME/.config/polybar/launch.sh & |