aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2024-01-28 13:00:16 +0100
committerGitHub <noreply@github.com>2024-01-28 13:00:16 +0100
commitc3173af2f1ec89e4ef1e73da4ec48528c7f8f124 (patch)
tree0849fb8de1909469e8e9b6ba468f402138e9576a
parentca510e5e0f9ef6e7075da5314e691cc8ab64b6a4 (diff)
parent96d3762712386a903f5d66cfe5645b32a1e70d1a (diff)
downloadi3-c3173af2f1ec89e4ef1e73da4ec48528c7f8f124.tar.gz
i3-c3173af2f1ec89e4ef1e73da4ec48528c7f8f124.zip
Merge pull request #5787 from elebow/userguide-default_border-title-layout-note
docs: Add note to `default_border` about title bar in stacking/tabbed
-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*:
---------------------------------------------