From e10dbbaf7daa64ea02d72bb9c541f5f2066d2e99 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 16 Dec 2024 21:17:05 -0800 Subject: [PATCH] Explain that the title bar always shows (cherry picked from commit 801bc76ce3ab2f620e30d1d0ad979caa5b03a164) --- sway/sway.5.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index bb958ebfd..18863e89e 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -106,9 +106,9 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). *border* none|normal|csd|pixel [] Set border style for focused window. _normal_ includes a border of thickness _n_ and a title bar. _pixel_ is a border without title bar _n_ - pixels thick. Default is _normal_ with border thickness 2. _csd_ is short - for client-side-decorations, which allows the client to draw its own - decorations. + pixels thick. The title bar always shows in stacking or tabbed layouts. + _csd_ is short for client-side-decorations, which allows the client to draw + its own decorations. Default is _normal_ with border thickness 2. *border* toggle Cycles through the available border styles.