diff options
| author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-25 00:38:33 +0200 |
|---|---|---|
| committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-11-03 22:38:53 +0100 |
| commit | af31a3f04a808a526cbf210bc7762daef66a2f40 (patch) | |
| tree | 9215b9bc42248d73c78980f641e511dffca38695 /sway.5.txt | |
| parent | 9c8394022edff666f670279f6a14e86fb8321733 (diff) | |
commands: Learn 'move workspace to output <direction|name>'.
Diffstat (limited to 'sway.5.txt')
| -rw-r--r-- | sway.5.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -102,9 +102,9 @@ Commands Moves the focused container to the workspace identified by _name_. _name_ may be a special workspace name. See **workspace**. -**move** <container|window> to output <name|direction>:: - Moves the focused container to the output identified by _name_ or _direction_. - _direction_ may be one of _up_, _down_, _left_, _right_. +**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 |
