bspwm: Don't use single_monocle by default

Having a monocle-like layout on a tiled desktop layout is more
confusing than it needs to be. If single_monocle is ever needed,
it can be manually set on-demand instead.
This commit is contained in:
Donovan Glover 2018-10-21 21:52:17 -04:00
parent fd7033e670
commit 92adb1f1bb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,9 +17,6 @@ bspc monitor -d 1 2 3 4 5 6
bspc config split_ratio 0.50
# Use monocle mode by default on single window desktops.
bspc config single_monocle true
# 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