summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-29 14:40:25 +0200
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-30 00:47:58 +0200
commit3b05f92f76c3bd9400320844e485eb06e94772cd (patch)
tree6bbd50ee74217527285e7296c841f59ab6e1fdc8 /sway/sway.5.txt
parentImplement parsing of hide_edge_borders (diff)
downloadsway-3b05f92f76c3bd9400320844e485eb06e94772cd.tar.gz
sway-3b05f92f76c3bd9400320844e485eb06e94772cd.tar.zst
sway-3b05f92f76c3bd9400320844e485eb06e94772cd.zip
Add border <none|normal|toggle|pixel> config
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.
43The following commands cannot be used directly in the configuration file. 43The following commands cannot be used directly in the configuration file.
44They are expected to be used with **bindsym** or at runtime through **swaymsg**(1). 44They are expected to be used with **bindsym** or at runtime through **swaymsg**(1).
45 45
46**border** <normal|pixel> [<n>]::
47 Set border style for windows. _normal_ includes a border of thickness _n_ and
48 a title bar. _pixel_ is just the border without title bar. Default is _normal_
49 with border thickness 2.
50
51**border** <none|toggle>::
52 Set border style to _none_ or _toggle_ between the available border styles:
53 _normal_, _pixel_, _none_.
54
46**exit**:: 55**exit**::
47 Exit sway and end your Wayland session. 56 Exit sway and end your Wayland session.
48 57