From 66aae1f19870d605bdc9db357011fdd1323aa7e4 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 14 Aug 2021 17:09:53 -0700 Subject: Literato! --- herbstluftwm-autostart.org | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'herbstluftwm-autostart.org') diff --git a/herbstluftwm-autostart.org b/herbstluftwm-autostart.org index bc21979..1650ea9 100755 --- a/herbstluftwm-autostart.org +++ b/herbstluftwm-autostart.org @@ -263,7 +263,7 @@ layout is skipped. hc set always_show_frame on hc set frame_bg_transparent on hc set frame_transparent_width 5 - hc set frame_gap 4 + hc set frame_gap 0 #+END_SRC @@ -300,11 +300,27 @@ layout is skipped. ** Window appearance +Gap between windows, tiled in a frame. + #+BEGIN_SRC shell hc set window_gap 24 +#+END_SRC + +We could reserve extra room on the edges of a given frame. + +#+BEGIN_SRC shell hc set frame_padding 0 +#+END_SRC + +If only one window exists in a given frame, no border gap is added. If +only one frame exists on a given monitor, no border gap is added. + +#+BEGIN_SRC shell hc set smart_window_surroundings on hc set smart_frame_surroundings on +#+END_SRC + +#+BEGIN_SRC shell hc set mouse_recenter_gap 0 #+END_SRC -- cgit v1.2.3