aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-08-19 16:25:04 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-20 10:17:32 +0100
commitf51b9478f28143a4f1887711497ff131f26ab1c4 (patch)
treeb996f6b4372972b1fcc11c84371049fe867fefdb /sway/sway.5.scd
parentMerge pull request #2498 from RyanDwyer/fix-jumping-views (diff)
downloadsway-f51b9478f28143a4f1887711497ff131f26ab1c4.tar.gz
sway-f51b9478f28143a4f1887711497ff131f26ab1c4.tar.zst
sway-f51b9478f28143a4f1887711497ff131f26ab1c4.zip
commands: implement move absolute
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd11
1 files changed, 8 insertions, 3 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 83188067..927bf55c 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -133,10 +133,15 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
133 tiled containers. 133 tiled containers.
134 134
135*move* [absolute] position <pos\_x> [px] <pos\_y> [px] 135*move* [absolute] position <pos\_x> [px] <pos\_y> [px]
136 Moves the focused container to the specified position. 136 Moves the focused container to the specified position in the workspace. If
137 _absolute_ is used, the position is relative to all outputs.
137 138
138*move* [absolute] position center|mouse 139*move* [absolute] position center
139 Moves the focused container to be centered on the workspace or mouse. 140 Moves the focused container to be centered on the workspace. If _absolute_
141 is used, it is moved to the center of all outputs.
142
143*move* position cursor|mouse|pointer
144 Moves the focused container to be centered on the cursor.
140 145
141*move* container|window [to] mark <mark> 146*move* container|window [to] mark <mark>
142 Moves the focused container to the specified mark. 147 Moves the focused container to the specified mark.