mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
commands: Learn 'move workspace to output <direction|name>'.
This commit is contained in:
parent
9c8394022e
commit
af31a3f04a
4 changed files with 48 additions and 4 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue