From 3df4f2178b4c124fbd32865a26484fc10bb681ea Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 15 Jun 2021 11:08:20 +0200 Subject: [PATCH] [HLWM] Always keep a gap Also when only a single window is displays --- herbstluftwm/autostart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 2316a03..6e4aba9 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -175,7 +175,10 @@ hc attr theme.background_color '#141414' hc set window_gap 0 hc set frame_padding 0 hc set smart_window_surroundings off -hc set smart_frame_surroundings on +# When set to "off" hlwm will also display the 10px frame_gap when +# only one window is displayed. Otherwise the frame gap will be +# disabled. +hc set smart_frame_surroundings off hc set mouse_recenter_gap 0 # rules