1
0
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:
Donovan Glover 2022-11-02 18:29:57 -04:00
parent b46cda8cfd
commit 4916f47a77
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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