docs: Add note to default_border about title bar in stacking/tabbed

See <https://github.com/i3/i3/issues/2664>.
This commit is contained in:
Eddie Lebow 2023-11-26 02:32:25 -05:00
parent 69f68dcd74
commit 96d3762712
No known key found for this signature in database
GPG Key ID: 57001F3D5A0646D3

View File

@ -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*:
---------------------------------------------