aboutsummaryrefslogtreecommitdiff
path: root/sway.5.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-03 17:11:41 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-03 17:11:41 -0500
commit58085226b33555d911a3ff27e456943701c9568f (patch)
tree9215b9bc42248d73c78980f641e511dffca38695 /sway.5.txt
parent0833fa0c7538c8e5cfdce5d1500360383b9a39f7 (diff)
parentaf31a3f04a808a526cbf210bc7762daef66a2f40 (diff)
Merge pull request #205 from sce/focus_move_cont_to_adjacent_output
Learn focus / move container to adjacent output
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..30b57d4a 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -102,6 +102,10 @@ Commands
Moves the focused container to the workspace identified by _name_.
_name_ may be a special workspace name. See **workspace**.
+**move** <container|window|workspace> to output <name|direction>::
+ Moves the focused container or workspace to the output identified by _name_ or
+ _direction_. _direction_ may be one of _up_, _down_, _left_, _right_.
+
**mouse_warping** <output|none>::
When _output_: place mouse at center of newly focused window when changing
output. When _none_: don't move mouse.