diff options
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index c3736d01..9777491e 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -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. |