aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-30 17:08:25 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-04-30 15:22:02 -0600
commit13cbb3b7fca490cb7356de964d73ac3506c5f407 (patch)
tree59df06054c54f80fe95f307eedea7ec49662cc3a /sway/sway.5.scd
parentFix a silly mistake (diff)
downloadsway-13cbb3b7fca490cb7356de964d73ac3506c5f407.tar.gz
sway-13cbb3b7fca490cb7356de964d73ac3506c5f407.tar.zst
sway-13cbb3b7fca490cb7356de964d73ac3506c5f407.zip
cmd_move: add support for output current
This adds support for the following commands for i3 compatibility: - `move [window|container] [to] output current` - `move workspace to [output] current` - `move workspace [to] output current` The above commands are only useful when used with criteria.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 9fe51c33..32631b06 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -206,7 +206,7 @@ set|plus|minus <amount>
206*move* [container|window] [to] workspace back_and_forth 206*move* [container|window] [to] workspace back_and_forth
207 Moves the focused container to previously focused workspace. 207 Moves the focused container to previously focused workspace.
208 208
209*move* [container|window] [to] output <name-or-id> 209*move* [container|window] [to] output <name-or-id>|current
210 Moves the focused container to the specified output. 210 Moves the focused container to the specified output.
211 211
212*move* [container|window] [to] output up|right|down|left 212*move* [container|window] [to] output up|right|down|left
@@ -216,10 +216,10 @@ set|plus|minus <amount>
216*move* [container|window] [to] scratchpad 216*move* [container|window] [to] scratchpad
217 Moves the focused container to the scratchpad. 217 Moves the focused container to the scratchpad.
218 218
219*move* workspace [to] output <name-or-id> 219*move* workspace [to] output <name-or-id>|current
220 Moves the focused workspace to the specified output. 220 Moves the focused workspace to the specified output.
221 221
222*move* workspace to [output] <name-or-id> 222*move* workspace to [output] <name-or-id>|current
223 Moves the focused workspace to the specified output. 223 Moves the focused workspace to the specified output.
224 224
225*move* workspace [to] output up|right|down|left 225*move* workspace [to] output up|right|down|left