From 4916f47a77ee3d05357eff464f4e93531f4cf5c1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 2 Nov 2022 18:29:57 -0400 Subject: [PATCH] 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. --- bspwm/.config/bspwm/bspwmrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 5a7cfab..34cea77 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -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