mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
split toggle
Not sure if you will accept this, but i find it useful (I use it when opening new terminal windows on a workspace v2: add short hand command and docs
This commit is contained in:
parent
b5a21a08c7
commit
397b58e88f
2 changed files with 24 additions and 2 deletions
|
|
@ -163,8 +163,9 @@ Commands
|
|||
Creates a substitution for _value_ that can be used with $_name_ in other
|
||||
commands.
|
||||
|
||||
**split** <vertical|v|horizontal|h>::
|
||||
Splits the current container, vertically or horizontally.
|
||||
**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.
|
||||
|
||||
**splith**::
|
||||
Equivalent to **split horizontal**.
|
||||
|
|
@ -172,6 +173,9 @@ Commands
|
|||
**splitv**::
|
||||
Equivalent to **split vertical**.
|
||||
|
||||
**splitt**::
|
||||
Equivalent to **split toggle**.
|
||||
|
||||
**sticky** <enable|disable|toggle>::
|
||||
If enabled and the windows is floating it will always be present on the active
|
||||
workspace on that output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue