diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-08-19 16:25:04 +0100 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2018-08-20 10:17:32 +0100 |
commit | f51b9478f28143a4f1887711497ff131f26ab1c4 (patch) | |
tree | b996f6b4372972b1fcc11c84371049fe867fefdb /sway/sway.5.scd | |
parent | 881f729af9e675710dea43eb268cf644e6ec66be (diff) |
commands: implement move absolute
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 11 |
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). tiled containers. *move* [absolute] position <pos\_x> [px] <pos\_y> [px] - Moves the focused container to the specified position. + Moves the focused container to the specified position in the workspace. If + _absolute_ is used, the position is relative to all outputs. -*move* [absolute] position center|mouse - Moves the focused container to be centered on the workspace or mouse. +*move* [absolute] position center + Moves the focused container to be centered on the workspace. If _absolute_ + is used, it is moved to the center of all outputs. + +*move* position cursor|mouse|pointer + Moves the focused container to be centered on the cursor. *move* container|window [to] mark <mark> Moves the focused container to the specified mark. |