diff options
author | wil <william.barsse@gmail.com> | 2016-12-29 20:30:32 +0100 |
---|---|---|
committer | wil <william.barsse@gmail.com> | 2016-12-29 20:31:30 +0100 |
commit | 1b87193c3d63c8d884b5a45451a000d9b930521e (patch) | |
tree | ed5797d8f716066f819ed2d81832a4d038b6b6c2 /sway/sway.5.txt | |
parent | a0aa8d9780c6c8b0138800e3b2c2c0053174a2c5 (diff) |
Added "layout promote" command.
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index c0c4bfb2..b58fbe55 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -92,6 +92,9 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**( focused container. <n> can be a positive or negative integer. These commands only have an effect if the focused container uses one of the "auto" layouts. +**layout** promote:: + Swap the focused element with the first in the one of the auto layouts. + **move** <left|right|up|down|next|prev>:: Moves the focused container _left_, _right_, _up_, or _down_. Moving to _prev_ or _next_ swaps the container with its sibling in the same |