diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 10:16:56 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 10:16:56 +0000 |
commit | c77858def67691eeed093b14120e3bf9455d8bfe (patch) | |
tree | d296d9cb68107b8da7493b49cebe2e07d14620d0 /bspwm | |
parent | f6de4efc9c5041407cdba05893a8de8680961ed5 (diff) |
...
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 1f63767..ac37b7c 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -1,6 +1,7 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | sxhkd & | 3 | sxhkd & |
4 | urxvtd & | ||
4 | dunst & | 5 | dunst & |
5 | xset b off & | 6 | xset b off & |
6 | xset s 600 & | 7 | xset s 600 & |
@@ -11,7 +12,6 @@ compton --config ~/.config/compton.conf & | |||
11 | ~/scrypts/bat_check.sh & | 12 | ~/scrypts/bat_check.sh & |
12 | redshift -l 13.082680:80.270718 & | 13 | redshift -l 13.082680:80.270718 & |
13 | feh --bg-fill ~/Pictures/road.jpg & | 14 | feh --bg-fill ~/Pictures/road.jpg & |
14 | urxvtd & | ||
15 | 15 | ||
16 | bspc monitor -d term web music files code virt chat game IX X | 16 | bspc monitor -d term web music files code virt chat game IX X |
17 | 17 | ||
@@ -22,7 +22,7 @@ bspc config split_ratio 0.52 | |||
22 | bspc config borderless_monocle true | 22 | bspc config borderless_monocle true |
23 | bspc config gapless_monocle true | 23 | bspc config gapless_monocle true |
24 | 24 | ||
25 | bspc rule -a firefox desktop='^2' | 25 | bspc rule -a Firefox desktop='^2' |
26 | bspc rule -a Spotify desktop='^3' | 26 | bspc rule -a Spotify desktop='^3' |
27 | bspc rule -a telegram-desktop desktop='^7' | 27 | bspc rule -a telegram-desktop desktop='^7' |
28 | bspc rule -a Pcmanfm desktop='^4' | 28 | bspc rule -a Pcmanfm desktop='^4' |