aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-03-01 13:24:47 -0500
committerLibravatar GitHub <noreply@github.com>2017-03-01 13:24:47 -0500
commitd6ac3021ceafdf7e3a876a3764cc553f4df6b8cc (patch)
treee90c86a30595ed7a18713a19fe9d26e8fa30a2c4 /sway/sway.5.txt
parentFix #1087 (diff)
parentClarify move documentation for floating containers (diff)
downloadsway-d6ac3021ceafdf7e3a876a3764cc553f4df6b8cc.tar.gz
sway-d6ac3021ceafdf7e3a876a3764cc553f4df6b8cc.tar.zst
sway-d6ac3021ceafdf7e3a876a3764cc553f4df6b8cc.zip
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.txt14
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**(
100**layout** toggle split:: 100**layout** toggle split::
101 Cycles between available split layouts. 101 Cycles between available split layouts.
102 102
103**move** <left|right|up|down|next|prev|first>:: 103**move** <left|right|up|down> <[px]>::
104 Moves the focused container _left_, _right_, _up_, or _down_. Moving to _prev_ 104 Moves the focused container _left_, _right_, _up_, or _down_. If the window
105 or _next_ swaps the container with its sibling in the same container. Move 105 is floating it moves it _px_ in that direction, defaulting to 10. Tiled
106 _first_ exchanges the focused element in an auto layout with the first 106 containers are moved the same regardless of the _px_ argument.
107 element, i.e. promotes the focused element to master position. 107
108**move** <next|prev|first>::
109 Moving to _prev_ or _next_ swaps the container with its sibling in the same
110 container. Move _first_ exchanges the focused element in an auto layout with
111 the first element, i.e. promotes the focused element to master position.
108 112
109**move** <container|window> to workspace <name>:: 113**move** <container|window> to workspace <name>::
110 Moves the focused container to the workspace identified by _name_. 114 Moves the focused container to the workspace identified by _name_.