mirror of
https://github.com/swaywm/sway.git
synced 2026-07-08 00:06:18 -04:00
Add border <none|normal|toggle|pixel> config
This commit is contained in:
parent
86ea79ea6d
commit
3b05f92f76
5 changed files with 69 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue