diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-16 08:19:33 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-16 08:19:33 +0000 |
commit | 74f672b39beb7c27ad2d4d7dfc6253449694f8d1 (patch) | |
tree | 9af2b240f9ed9e59e448554aa5f3f812442a0d3d /bspwm | |
parent | 55a4d6fcc7c2f3c613b1971cc6a66407096998f2 (diff) |
shifted to void
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index c3a5cb4..5f664f6 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -5,12 +5,10 @@ dunst & | |||
5 | xset b off & | 5 | xset b off & |
6 | unclutter & | 6 | unclutter & |
7 | light-locker & | 7 | light-locker & |
8 | /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & | 8 | compton --config ~/.config/compton.conf & |
9 | picom --config ~/.config/picom.conf & | ||
10 | ~/scrypts/bat_check.sh & | 9 | ~/scrypts/bat_check.sh & |
11 | redshift -l 13.082680:80.270718 & | 10 | redshift -l 13.082680:80.270718 & |
12 | xbacklight -set 30 & | 11 | feh --bg-fill ~/Pictures/beach.jpg & |
13 | feh --bg-fill ~/Pictures/heli.jpg & | ||
14 | urxvtd & | 12 | urxvtd & |
15 | 13 | ||
16 | bspc monitor -d term web music files code virt chat game IX X | 14 | bspc monitor -d term web music files code virt chat game IX X |
@@ -22,8 +20,7 @@ bspc config split_ratio 0.52 | |||
22 | bspc config borderless_monocle true | 20 | bspc config borderless_monocle true |
23 | bspc config gapless_monocle true | 21 | bspc config gapless_monocle true |
24 | 22 | ||
25 | bspc rule -a firefox desktop='^2' | 23 | bspc rule -a Firefox desktop='^2' |
26 | bspc rule -a Brave-browser desktop='^2' | ||
27 | bspc rule -a Spotify desktop='^3' | 24 | bspc rule -a Spotify desktop='^3' |
28 | bspc rule -a telegram-desktop desktop='^7' | 25 | bspc rule -a telegram-desktop desktop='^7' |
29 | bspc rule -a Pcmanfm desktop='^4' | 26 | bspc rule -a Pcmanfm desktop='^4' |