summaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 13d304bb..2eb0276c 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -43,6 +43,15 @@ The following commands may only be used in the configuration file.
The following commands cannot be used directly in the configuration file.
They are expected to be used with **bindsym** or at runtime through **swaymsg**(1).
+**border** <normal|pixel> [<n>]::
+ Set border style for windows. _normal_ includes a border of thickness _n_ and
+ a title bar. _pixel_ is just the border without title bar. Default is _normal_
+ with border thickness 2.
+
+**border** <none|toggle>::
+ Set border style to _none_ or _toggle_ between the available border styles:
+ _normal_, _pixel_, _none_.
+
**exit**::
Exit sway and end your Wayland session.