forked from extern/nix-config
bspwm: Remove borderless/gapless monocle
Since we often use non-monocle layouts without borders or gaps, having a separate borderless/gapless monocle mode was often confusing since we didn't know which layout we were in. When using a status indicator with bars like polybar, knowing the current layout required a separate script and was overall hacky, with its state not being updated until certain bspc events occurred.
This commit is contained in:
parent
b46cda8cfd
commit
4916f47a77
@ -20,11 +20,6 @@ bspc monitor -d 左 上 右 下
|
||||
|
||||
bspc config split_ratio 0.50
|
||||
|
||||
# When monocle mode is enabled, don't show borders or gaps (i.e. let it
|
||||
# take up the full available space on the screen).
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
# Make moving windows look nice at 240Hz
|
||||
bspc config pointer_motion_interval 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user