summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Calvin Lee <cyrus296@gmail.com>2017-03-01 11:00:56 -0700
committerLibravatar Calvin Lee <cyrus296@gmail.com>2017-03-01 11:00:56 -0700
commit032907e9d281ccfed0c881b5ae3e47dc6e8bf412 (patch)
treee90c86a30595ed7a18713a19fe9d26e8fa30a2c4 /sway/sway.5.txt
parenti3 feature support: Moving flotaing containers (diff)
downloadsway-032907e9d281ccfed0c881b5ae3e47dc6e8bf412.tar.gz
sway-032907e9d281ccfed0c881b5ae3e47dc6e8bf412.tar.zst
sway-032907e9d281ccfed0c881b5ae3e47dc6e8bf412.zip
Clarify move documentation for floating containers
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index e403165f..f425cfe7 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -100,9 +100,10 @@ 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> <[px] px>:: 103**move** <left|right|up|down> <[px]>::
104 Moves the focused container _left_, _right_, _up_, or _down_. If the window 104 Moves the focused container _left_, _right_, _up_, or _down_. If the window
105 is floating it moves it _px_ in that direction. 105 is floating it moves it _px_ in that direction, defaulting to 10. Tiled
106 containers are moved the same regardless of the _px_ argument.
106 107
107**move** <next|prev|first>:: 108**move** <next|prev|first>::
108 Moving to _prev_ or _next_ swaps the container with its sibling in the same 109 Moving to _prev_ or _next_ swaps the container with its sibling in the same