diff options
| author | Shubham Saini <pryr@pryr.xyz> | 2020-12-19 15:30:26 +0000 |
|---|---|---|
| committer | Shubham Saini <pryr@pryr.xyz> | 2020-12-19 15:30:26 +0000 |
| commit | 4cf6e4f582831423668c0af152a21190942a58da (patch) | |
| tree | 522ab2bbb674c9628c181fd1db5f0fba719ddb1c /bspwm | |
| parent | ca82b3dea5d4bf35dae6c560370510289e3ce079 (diff) | |
changes
Diffstat (limited to 'bspwm')
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 52529ba..770eab4 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
| @@ -2,13 +2,18 @@ | |||
| 2 | 2 | ||
| 3 | # bspwm | 3 | # bspwm |
| 4 | bspc monitor -d 1 2 3 4 5 6 | 4 | bspc monitor -d 1 2 3 4 5 6 |
| 5 | bspc config border_width 0 | 5 | bspc config border_width 3 |
| 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 |
| 9 | bspc config borderless_monocle true | 9 | bspc config borderless_monocle true |
| 10 | bspc config gapless_monocle true | 10 | bspc config gapless_monocle true |
| 11 | 11 | ||
| 12 | # borders | ||
| 13 | bspc config normal_border_color '#171a1f' | ||
| 14 | bspc config active_border_color '#171a1f' | ||
| 15 | bspc config focused_border_color '#20242a' | ||
| 16 | |||
| 12 | # rules | 17 | # rules |
| 13 | bspc rule -a firefox desktop='^2' | 18 | bspc rule -a firefox desktop='^2' |
| 14 | bspc rule -a Steam desktop='^6' | 19 | bspc rule -a Steam desktop='^6' |
