diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-03-01 13:24:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 13:24:47 -0500 |
commit | d6ac3021ceafdf7e3a876a3764cc553f4df6b8cc (patch) | |
tree | e90c86a30595ed7a18713a19fe9d26e8fa30a2c4 /sway/sway.5.txt | |
parent | 21ad45b622eb1fc2c68d1036fd9763a37fec668b (diff) | |
parent | 032907e9d281ccfed0c881b5ae3e47dc6e8bf412 (diff) |
Merge pull request #1092 from 4e554c4c/move_floating
i3 feature support: Moving flotaing containers
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 19f7eb1d..f425cfe7 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -100,11 +100,15 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**( **layout** toggle split:: Cycles between available split layouts. -**move** <left|right|up|down|next|prev|first>:: - Moves the focused container _left_, _right_, _up_, or _down_. Moving to _prev_ - or _next_ swaps the container with its sibling in the same container. Move - _first_ exchanges the focused element in an auto layout with the first - element, i.e. promotes the focused element to master position. +**move** <left|right|up|down> <[px]>:: + Moves the focused container _left_, _right_, _up_, or _down_. If the window + is floating it moves it _px_ in that direction, defaulting to 10. Tiled + containers are moved the same regardless of the _px_ argument. + +**move** <next|prev|first>:: + Moving to _prev_ or _next_ swaps the container with its sibling in the same + container. Move _first_ exchanges the focused element in an auto layout with + the first element, i.e. promotes the focused element to master position. **move** <container|window> to workspace <name>:: Moves the focused container to the workspace identified by _name_. |