summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc4
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 &
4dunst & 4dunst &
5unclutter & 5unclutter &
6compton &> /dev/null & 6compton &> /dev/null &
7~/scrypts/bat_check.sh & 7~/.local/bin/bat_check.sh &
8redshift -l 13.082680:80.270718 & 8redshift -l 13.082680:80.270718 &
9~/.fehbg & 9~/.fehbg &
10urxvtd & 10urxvtd &
@@ -18,7 +18,7 @@ bspc config split_ratio 0.52
18bspc config borderless_monocle true 18bspc config borderless_monocle true
19bspc config gapless_monocle true 19bspc config gapless_monocle true
20 20
21bspc rule -a Nightly desktop='^2' 21bspc rule -a firefox desktop='^2'
22bspc rule -a Spacefm desktop='^4' 22bspc rule -a Spacefm desktop='^4'
23 23
24$HOME/.config/polybar/launch.sh & 24$HOME/.config/polybar/launch.sh &