diff options
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 54f2aa6..8320458 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -3,14 +3,13 @@ | |||
3 | sxhkd & | 3 | sxhkd & |
4 | dunst & | 4 | dunst & |
5 | unclutter & | 5 | unclutter & |
6 | xset b off & | ||
6 | mpDris2 & | 7 | mpDris2 & |
7 | xss-lock -- /home/fd0e/.local/bin/lock & | 8 | #xss-lock -- /home/fd0e/.local/bin/lock & |
8 | /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & | 9 | compton & |
9 | compton --config ~/.config/compton.conf & | ||
10 | ~/scrypts/bat_check.sh & | 10 | ~/scrypts/bat_check.sh & |
11 | redshift -l 13.082680:80.270718 & | 11 | redshift -l 13.082680:80.270718 & |
12 | xbacklight -set 30 & | 12 | ~/.fehbg & |
13 | feh --bg-fill ~/Pictures/bech.jpg & | ||
14 | urxvtd & | 13 | urxvtd & |
15 | 14 | ||
16 | bspc monitor -d term web music files code virt chat game IX X | 15 | bspc monitor -d term web music files code virt chat game IX X |
@@ -23,6 +22,6 @@ bspc config borderless_monocle true | |||
23 | bspc config gapless_monocle true | 22 | bspc config gapless_monocle true |
24 | 23 | ||
25 | bspc rule -a firefox desktop='^2' | 24 | bspc rule -a firefox desktop='^2' |
26 | bspc rule -a Pcmanfm desktop='^4' | 25 | bspc rule -a Spacefm desktop='^4' |
27 | 26 | ||
28 | $HOME/.config/polybar/launch.sh & | 27 | $HOME/.config/polybar/launch.sh & |