diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-04-06 11:09:15 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-04-06 11:09:15 +0000 |
commit | 360a02f99e86cba9292138dc664aca67daeb896c (patch) | |
tree | f21483d85fd5639e36f6ed7b75d6319ef76a3c7d /bspwm | |
parent | 7deccfd153014e1ab27d5b658b8f144718c74d23 (diff) |
why tho
Diffstat (limited to 'bspwm')
-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 & |