summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 2fa5f32e..8f8302f0 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -92,8 +92,10 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
92 focused container. <n> can be a positive or negative integer. These commands 92 focused container. <n> can be a positive or negative integer. These commands
93 only have an effect if the focused container uses one of the "auto" layouts. 93 only have an effect if the focused container uses one of the "auto" layouts.
94 94
95**move** <left|right|up|down>:: 95**move** <left|right|up|down|next|prev>::
96 Moves the focused container _left_, _right_, _up_, or _down_. 96 Moves the focused container _left_, _right_, _up_, or _down_. Moving
97 to _prev_ or _next_ swaps the container with its sibling in the same
98 container.
97 99
98**move** <container|window> to workspace <name>:: 100**move** <container|window> to workspace <name>::
99 Moves the focused container to the workspace identified by _name_. 101 Moves the focused container to the workspace identified by _name_.