aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2022-11-05 18:30:50 +0100
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2022-11-06 12:43:01 +0100
commit6fe625f469636748879e2b09b2508cdd02223270 (patch)
treecd00c238e64456c884c43577f99787001bc98d50
parentd26ddcbfe5f0ead61cc55c1f596692d9a89e71f9 (diff)
downloadi3-6fe625f469636748879e2b09b2508cdd02223270.tar.gz
i3-6fe625f469636748879e2b09b2508cdd02223270.zip
userguide: document hide_edge_borders smart_no_gaps
related to https://github.com/i3/i3/issues/3724
-rw-r--r--docs/userguide15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/userguide b/docs/userguide
index dc8a5ff7..052af805 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -778,14 +778,19 @@ default_border pixel 3
=== Hiding borders adjacent to the screen edges
You can hide container borders adjacent to the screen edges using
-+hide_edge_borders+. This is useful if you are using scrollbars, or do not want
-to waste even two pixels in displayspace. The "smart" setting hides borders on
-workspaces with only one window visible, but keeps them on workspaces with
-multiple windows visible. Default is none.
++hide_edge_borders+ (the default is +none+). Hiding borders is useful if you are
+using scrollbars, or do not want to waste even two pixels in displayspace.
+
+The "smart" setting hides borders on workspaces with only one window visible,
+but keeps them on workspaces with multiple windows visible.
+
+The "smart_no_gaps" setting hides edge-specific borders of a container if the
+container is the only container on its workspace and the gaps to the screen edge
+are +0+.
*Syntax*:
-----------------------------------------------
-hide_edge_borders none|vertical|horizontal|both|smart
+hide_edge_borders none|vertical|horizontal|both|smart|smart_no_gaps
-----------------------------------------------
*Example*: