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