Add border <none|normal|toggle|pixel> config

This commit is contained in:
Mikkel Oscar Lyderik 2016-03-29 14:40:25 +02:00
parent 86ea79ea6d
commit 3b05f92f76
5 changed files with 69 additions and 4 deletions

View file

@ -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.