diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-03-31 07:43:05 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-03-31 07:43:05 -0400 |
commit | f0b33df3848e46a013aaab184364a46d3c35e1c7 (patch) | |
tree | 07a3e095719d9bfbd2206e17e33e4abade2bf86d /sway/sway.5.txt | |
parent | 6db92bbb99461791156b702fc84605f419707384 (diff) | |
parent | 7be476c115d4890f15503853aa36cf0059c8fca8 (diff) | |
download | sway-f0b33df3848e46a013aaab184364a46d3c35e1c7.tar.xz |
Merge pull request #560 from mikkeloscar/add-new_window-new_float
Add cmds new_window and new_float
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 17 |
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. |