diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-09-12 21:03:47 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-09-12 21:03:47 +0000 |
commit | f17f6fc958487117c32669ac159a249a8ce3bbfd (patch) | |
tree | 968ca5dbeb053ec875db8503c184dba50f6be04d /bspwm | |
parent | 12a81d6c9bef762ebf9fd7268d068f985dfe5d39 (diff) |
minimal config
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index b7252e9..3d585ba 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -6,6 +6,7 @@ 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 |
9 | bspc config pointer_follows_focus true | ||
9 | bspc config borderless_monocle true | 10 | bspc config borderless_monocle true |
10 | bspc config gapless_monocle true | 11 | bspc config gapless_monocle true |
11 | 12 | ||