diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-09-30 06:01:06 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-09-30 06:01:06 +0000 |
commit | 273b0b30105d58ea233ed2cc4e3818718aa36dfb (patch) | |
tree | f7ad066cafffa01578682ad67e972e4717da8162 /bspwm | |
parent | adca2c13b740f73a6fda0ca3e96a491f52e9f6a1 (diff) |
changes
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 3d585ba..6767bfb 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -6,7 +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 pointer_follows_focus true |
10 | bspc config borderless_monocle true | 10 | bspc config borderless_monocle true |
11 | bspc config gapless_monocle true | 11 | bspc config gapless_monocle true |
12 | 12 | ||