diff options
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 1bb5cd3b..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. @@ -67,6 +76,9 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**( **fullscreen**:: Toggles fullscreen status for the focused view. +**hide_edge_borders** <none|vertical|horizontal|both>:: + Hide window borders adjacent to the screen edges. Default is _none_. + **layout** <mode>:: Sets the layout mode of the focused container. _mode_ can be one of _splith_, _splitv_, or _toggle split_. |