summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xherbstluftwm-autostart.org18
1 files changed, 17 insertions, 1 deletions
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
Copyright 2019--2024 Marius PETER