diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 12:50:14 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 12:50:14 +0000 |
commit | 4186d162bd2cc3b9b45851c12462f1acba090852 (patch) | |
tree | 0af2951ccd9b252df8c2f9eb9115552fe010278d /bspwm | |
parent | be33df44d5893ac9576d937c30176e8840a8035e (diff) |
gentoo:time wasted
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 ac37b7c..435fa42 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -1,17 +1,15 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | sxhkd & | 3 | sxhkd & |
4 | urxvtd & | ||
5 | dunst & | 4 | dunst & |
6 | xset b off & | ||
7 | xset s 600 & | ||
8 | xbacklight -set 40 & | ||
9 | xss-lock -- /home/ssaini/bin/lock & | ||
10 | unclutter & | 5 | unclutter & |
6 | xss-lock -- /home/fd0e/bin/lock & | ||
11 | compton --config ~/.config/compton.conf & | 7 | compton --config ~/.config/compton.conf & |
12 | ~/scrypts/bat_check.sh & | 8 | ~/scrypts/bat_check.sh & |
13 | redshift -l 13.082680:80.270718 & | 9 | redshift -l 13.082680:80.270718 & |
10 | xbacklight -set 30 & | ||
14 | feh --bg-fill ~/Pictures/road.jpg & | 11 | feh --bg-fill ~/Pictures/road.jpg & |
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 |
17 | 15 | ||
@@ -22,7 +20,8 @@ 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' |
24 | bspc rule -a Brave-browser desktop='^2' | ||
26 | bspc rule -a Spotify desktop='^3' | 25 | bspc rule -a Spotify desktop='^3' |
27 | bspc rule -a telegram-desktop desktop='^7' | 26 | bspc rule -a telegram-desktop desktop='^7' |
28 | bspc rule -a Pcmanfm desktop='^4' | 27 | bspc rule -a Pcmanfm desktop='^4' |