From ee9fb0df188ada03161ca3cda7d9665a170a2f96 Mon Sep 17 00:00:00 2001 From: ziro Date: Tue, 19 May 2020 09:09:17 +0700 Subject: [PATCH] ----- Changes: bspwmrc + Used single monocle (Monocle when there's only 1 window opened) --- .config/bspwm/bspwmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index b72a9b3..129bd83 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -27,6 +27,7 @@ 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