mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
implement resize command for absolute dimensions
This commit is contained in:
parent
6388e1e288
commit
889618d3ee
4 changed files with 40 additions and 16 deletions
|
|
@ -98,6 +98,10 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
|
|||
Resizes the currently focused container or view by _amount_. _amount_ can be
|
||||
specified as "n px" or "n ppt" or "n px or n ppt".
|
||||
|
||||
**resize** <width|height> <amount>::
|
||||
Sets the _width_ or _height_ of the currently focused container to _amount_.
|
||||
_amount_ can be specified as "n px" or "n ppt" or "n px or n ppt".
|
||||
|
||||
**split** <vertical|v|horizontal|h|toggle|t>::
|
||||
Splits the current container, vertically or horizontally. If toggled then the
|
||||
current container is split opposite to the parent container.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue