diff options
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 6a4dc7d..d88582c 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 Brave-browser 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 | ||
@@ -18,7 +18,7 @@ bspc rule -a "VirtualBox Manager" desktop='^6' | |||
18 | xrdb -merge ~/.Xresources & | 18 | xrdb -merge ~/.Xresources & |
19 | xsetroot -cursor_name left_ptr & | 19 | xsetroot -cursor_name left_ptr & |
20 | sxhkd & | 20 | sxhkd & |
21 | #xss-lock -- slock & | 21 | xss-lock -- slock & |
22 | xset b off & | 22 | xset b off & |
23 | xset s 300 & | 23 | xset s 300 & |
24 | ~/.fehbg & | 24 | ~/.fehbg & |
@@ -26,3 +26,4 @@ urxvtd & | |||
26 | ~/.local/bin/bat_check.sh & | 26 | ~/.local/bin/bat_check.sh & |
27 | picom & | 27 | picom & |
28 | dunst & | 28 | dunst & |
29 | ~/.config/polybar/launch.sh | ||