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 6b26399..82a96be 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -10,7 +10,7 @@ bspc config borderless_monocle true | |||
10 | bspc config gapless_monocle true | 10 | bspc config gapless_monocle true |
11 | 11 | ||
12 | # rules | 12 | # rules |
13 | bspc rule -a Chromium desktop='^2' | 13 | bspc rule -a Firefox desktop='^2' |
14 | bspc rule -a Steam desktop='^6' | 14 | bspc rule -a Steam desktop='^6' |
15 | bspc rule -a "VirtualBox Manager" desktop='^6' | 15 | bspc rule -a "VirtualBox Manager" desktop='^6' |
16 | 16 | ||
@@ -23,7 +23,7 @@ xset b off & | |||
23 | xset s 300 & | 23 | xset s 300 & |
24 | ~/.fehbg & | 24 | ~/.fehbg & |
25 | urxvtd & | 25 | urxvtd & |
26 | ~/.local/bin/bat_check.sh & | 26 | ~/.bin/bat_check & |
27 | picom & | 27 | picom & |
28 | dunst & | 28 | dunst & |
29 | ~/.config/polybar/launch.sh | 29 | ~/.config/polybar/launch.sh |