mirror of
https://github.com/swaywm/sway.git
synced 2025-01-27 05:18:49 +01:00
Compare commits
1 commit
c08474c577
...
a377ff1fea
Author | SHA1 | Date | |
---|---|---|---|
|
a377ff1fea |
1 changed files with 3 additions and 3 deletions
|
@ -106,9 +106,9 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
|
||||||
*border* none|normal|csd|pixel [<n>]
|
*border* none|normal|csd|pixel [<n>]
|
||||||
Set border style for focused window. _normal_ includes a border of
|
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_
|
thickness _n_ and a title bar. _pixel_ is a border without title bar _n_
|
||||||
pixels thick. The title bar always shows in stacking or tabbed layouts.
|
pixels thick. Default is _normal_ with border thickness 2. _csd_ is short
|
||||||
_csd_ is short for client-side-decorations, which allows the client to draw
|
for client-side-decorations, which allows the client to draw its own
|
||||||
its own decorations. Default is _normal_ with border thickness 2.
|
decorations.
|
||||||
|
|
||||||
*border* toggle
|
*border* toggle
|
||||||
Cycles through the available border styles.
|
Cycles through the available border styles.
|
||||||
|
|
Loading…
Reference in a new issue