aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar wil <william.barsse@gmail.com>2017-01-08 17:57:38 +0100
committerLibravatar wil <william.barsse@gmail.com>2017-01-08 17:57:38 +0100
commit07474a4fa73374469664ee5595f1223b21534b77 (patch)
tree21b74daefa9d0e7dc83e7237e2cd26e0ae6a767f /sway/sway.5.txt
parentIndent cleanups (diff)
downloadsway-07474a4fa73374469664ee5595f1223b21534b77.tar.gz
sway-07474a4fa73374469664ee5595f1223b21534b77.tar.zst
sway-07474a4fa73374469664ee5595f1223b21534b77.zip
reworked "layout auto*" star commands
- "layout auto_left|auto_xxx" are now "layout auto xxx" - "layout incmaster <n>" is now "layout auto master [set|inc] <n>" - "layout incncol <n>" is now "layout auto ncol [set|inc] <n>"
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index cbff6cef..5e0a07bd 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -84,13 +84,16 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
84 84
85**layout** <mode>:: 85**layout** <mode>::
86 Sets the layout mode of the focused container. _mode_ can be one of _splith_, 86 Sets the layout mode of the focused container. _mode_ can be one of _splith_,
87 _splitv_, _toggle split_, _stacking_, _tabbed_, _auto_left_, _auto_right_, 87 _splitv_, _toggle split_, _stacking_, _tabbed_.
88 _auto_top, _auto_bottom_. 88
89**layout** auto <mode>::
90 Sets layout to one of the auto modes, i.e. one of _left_, right_, _top_,
91 or _bot_.
89 92
90**layout** auto <next|prev>:: 93**layout** auto <next|prev>::
91 Cycles between available auto layouts. 94 Cycles between available auto layouts.
92 95
93**layout** <incnmaster|incncol> <n>:: 96**layout** auto [master|ncol] [inc|set] <n>::
94 Modify the number of master elements, respectively slave columns, in the 97 Modify the number of master elements, respectively slave columns, in the
95 focused container. <n> can be a positive or negative integer. These commands 98 focused container. <n> can be a positive or negative integer. These commands
96 only have an effect if the focused container uses one of the "auto" layouts. 99 only have an effect if the focused container uses one of the "auto" layouts.
@@ -98,9 +101,6 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
98**layout** toggle split:: 101**layout** toggle split::
99 Cycles between available split layouts. 102 Cycles between available split layouts.
100 103
101**layout** promote::
102 Swap the focused element with the first in the one of the auto layouts.
103
104**move** <left|right|up|down|next|prev|first>:: 104**move** <left|right|up|down|next|prev|first>::
105 Moves the focused container _left_, _right_, _up_, or _down_. Moving to _prev_ 105 Moves the focused container _left_, _right_, _up_, or _down_. Moving to _prev_
106 or _next_ swaps the container with its sibling in the same container. Move 106 or _next_ swaps the container with its sibling in the same container. Move