summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-25 00:38:33 +0200
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-03 22:38:53 +0100
commit9c8394022edff666f670279f6a14e86fb8321733 (patch)
tree18c0dd77b12722e621c9dd9f39397f8d7e3a6405 /sway.5.txt
parentMerge pull request #214 from taiyu-len/master (diff)
downloadsway-9c8394022edff666f670279f6a14e86fb8321733.tar.gz
sway-9c8394022edff666f670279f6a14e86fb8321733.tar.zst
sway-9c8394022edff666f670279f6a14e86fb8321733.zip
commands: Learn 'move <container|window> to output <direction|name>'.
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 27735db6..87bd0c05 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -102,6 +102,10 @@ Commands
102 Moves the focused container to the workspace identified by _name_. 102 Moves the focused container to the workspace identified by _name_.
103 _name_ may be a special workspace name. See **workspace**. 103 _name_ may be a special workspace name. See **workspace**.
104 104
105**move** <container|window> to output <name|direction>::
106 Moves the focused container to the output identified by _name_ or _direction_.
107 _direction_ may be one of _up_, _down_, _left_, _right_.
108
105**mouse_warping** <output|none>:: 109**mouse_warping** <output|none>::
106 When _output_: place mouse at center of newly focused window when changing 110 When _output_: place mouse at center of newly focused window when changing
107 output. When _none_: don't move mouse. 111 output. When _none_: don't move mouse.