[HLWM] Always keep a gap
Also when only a single window is displays
This commit is contained in:
parent
4cd474411f
commit
3df4f2178b
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue