mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
i3 feature support: Moving flotaing containers
This commit lets the 'move' command apply to floating containers as well as tiled ones. The command may be appended with a number of pixels and then optionally the string `px` (like '10 px') in order to move the container more or fewer than the standard ten pixels.
This commit is contained in:
parent
21ad45b622
commit
b35782bcad
4 changed files with 50 additions and 16 deletions
|
|
@ -100,11 +100,14 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
|
|||
**layout** toggle split::
|
||||
Cycles between available split layouts.
|
||||
|
||||
**move** <left|right|up|down|next|prev|first>::
|
||||
Moves the focused container _left_, _right_, _up_, or _down_. Moving to _prev_
|
||||
or _next_ swaps the container with its sibling in the same container. Move
|
||||
_first_ exchanges the focused element in an auto layout with the first
|
||||
element, i.e. promotes the focused element to master position.
|
||||
**move** <left|right|up|down> <[px] px>::
|
||||
Moves the focused container _left_, _right_, _up_, or _down_. If the window
|
||||
is floating it moves it _px_ in that direction.
|
||||
|
||||
**move** <next|prev|first>::
|
||||
Moving to _prev_ or _next_ swaps the container with its sibling in the same
|
||||
container. Move _first_ exchanges the focused element in an auto layout with
|
||||
the first element, i.e. promotes the focused element to master position.
|
||||
|
||||
**move** <container|window> to workspace <name>::
|
||||
Moves the focused container to the workspace identified by _name_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue