From 24f7803f51912b50e71ff6da98655477e4e48a24 Mon Sep 17 00:00:00 2001 From: ziro Date: Tue, 19 May 2020 09:11:41 +0700 Subject: [PATCH] ----- Changes: bspwmrc - Duplicated single_monocle option --- .config/bspwm/bspwmrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 129bd83..b34c984 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -22,12 +22,11 @@ bspc config top_padding 28 bspc config bottom_padding 0 bspc config left_padding 0 bspc config right_padding 0 -bspc config single_monocle false +bspc config single_monocle true bspc config click_to_focus true bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config single_monocle true bspc config focus_by_distance true bspc config focus_follows_pointer true bspc config history_aware_focus true