diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-01-16 09:40:36 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-01-16 09:40:36 +0000 |
commit | 6ac83326ddba3ebcb4866435a6df0ea75483ee03 (patch) | |
tree | 36fb5ce9d617fb620bab0825a98b09a32f0df8fe /bspwm | |
parent | 5a58034071911286816bbf2418a349f7657494ab (diff) |
changes
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index c68484b..1585d54 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -1,8 +1,8 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | # bspwm | 3 | # bspwm |
4 | bspc monitor eDP -d 1 2 3 4 5 6 | 4 | bspc monitor -d 1 2 3 4 5 6 |
5 | bspc config border_width 3 | 5 | bspc config border_width 0 |
6 | bspc config window_gap 8 | 6 | bspc config window_gap 8 |
7 | bspc config split_ratio 0.50 | 7 | bspc config split_ratio 0.50 |
8 | bspc config focus_follows_pointer true | 8 | bspc config focus_follows_pointer true |
@@ -15,7 +15,7 @@ bspc config active_border_color '#171a1f' | |||
15 | bspc config focused_border_color '#20242a' | 15 | bspc config focused_border_color '#20242a' |
16 | 16 | ||
17 | # rules | 17 | # rules |
18 | bspc rule -a firefox desktop='^2' | 18 | bspc rule -a Brave-browser desktop='^2' |
19 | bspc rule -a Steam desktop='^6' | 19 | bspc rule -a Steam desktop='^6' |
20 | bspc rule -a "VirtualBox Manager" desktop='^6' | 20 | bspc rule -a "VirtualBox Manager" desktop='^6' |
21 | 21 | ||
@@ -29,7 +29,7 @@ xset s 300 & | |||
29 | ~/.fehbg & | 29 | ~/.fehbg & |
30 | urxvtd & | 30 | urxvtd & |
31 | ~/.bin/bat_check & | 31 | ~/.bin/bat_check & |
32 | picom & | 32 | picom --experimental-backends & |
33 | dunst & | 33 | dunst & |
34 | ~/.config/polybar/launch.sh & | 34 | ~/.config/polybar/launch.sh & |
35 | sudo rtcwake -m mem -s 1 | 35 | sudo rtcwake -m mem -s 1 |