summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt8
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
163 Creates a substitution for _value_ that can be used with $_name_ in other 163 Creates a substitution for _value_ that can be used with $_name_ in other
164 commands. 164 commands.
165 165
166**split** <vertical|v|horizontal|h>:: 166**split** <vertical|v|horizontal|h|toggle|t>::
167 Splits the current container, vertically or horizontally. 167 Splits the current container, vertically or horizontally. If toggled then the
168 current container is split opposite to the parent container.
168 169
169**splith**:: 170**splith**::
170 Equivalent to **split horizontal**. 171 Equivalent to **split horizontal**.
@@ -172,6 +173,9 @@ Commands
172**splitv**:: 173**splitv**::
173 Equivalent to **split vertical**. 174 Equivalent to **split vertical**.
174 175
176**splitt**::
177 Equivalent to **split toggle**.
178
175**sticky** <enable|disable|toggle>:: 179**sticky** <enable|disable|toggle>::
176 If enabled and the windows is floating it will always be present on the active 180 If enabled and the windows is floating it will always be present on the active
177 workspace on that output. 181 workspace on that output.