aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-31 12:17:21 +0200
committerMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-31 12:42:20 +0200
commit7be476c115d4890f15503853aa36cf0059c8fca8 (patch)
tree07a3e095719d9bfbd2206e17e33e4abade2bf86d /sway/sway.5.txt
parent6db92bbb99461791156b702fc84605f419707384 (diff)
Add cmds new_window and new_float
Makes it possible to set default layout style for new windows and new floating windows. Close #556
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 2eb0276c..a2570dcd 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -44,13 +44,20 @@ 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.
+ Set border style for focused window. _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_.
+ Set border style for focused window to _none_ or _toggle_ between the
+ available border styles: _normal_, _pixel_, _none_.
+
+**new_window** <normal|none|pixel> [<n>]::
+ Set default border style for new windows.
+
+**new_float** <normal|none|pixel> [<n>]::
+ Set default border style for new floating windows. This does only apply to
+ windows that are spawned in floating mode.
**exit**::
Exit sway and end your Wayland session.