aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Lebow <public@elebow.echo209.net>2023-11-26 02:32:25 -0500
committerEddie Lebow <public@elebow.echo209.net>2023-11-26 02:38:02 -0500
commit96d3762712386a903f5d66cfe5645b32a1e70d1a (patch)
tree052e4ac99bf112ba6a42c2eac7e80ea83d25f965
parent69f68dcd74df1ef306c3459558363d48fdda87d2 (diff)
downloadi3-96d3762712386a903f5d66cfe5645b32a1e70d1a.tar.gz
i3-96d3762712386a903f5d66cfe5645b32a1e70d1a.zip
docs: Add note to `default_border` about title bar in stacking/tabbed
See <https://github.com/i3/i3/issues/2664>.
-rw-r--r--docs/userguide7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/userguide b/docs/userguide
index 9f11cd2b..a039eb74 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -743,8 +743,11 @@ This option determines which border style *new* windows will have. The default
+normal+. Note that default_floating_border applies only to windows which are starting out as
floating windows, e.g., dialog windows, but not windows that are floated later on.
-Setting border style to +pixel+ eliminates title bars. The border style +normal+ allows you to
-adjust edge border width while keeping your title bar.
+Setting border style to +pixel+ eliminates title bars in split layouts. The border style
++normal+ allows you to adjust edge border width while keeping your title bar.
+
+The title bar is always visible in stacking and tabbed layouts, and this cannot be changed
+through configuration.
*Syntax*:
---------------------------------------------