summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar crondog <crondog@gmail.com>2015-12-30 18:34:58 +1100
committerLibravatar crondog <crondog@gmail.com>2015-12-31 11:14:06 +1100
commit397b58e88fc09f63440170401d92b1cfea91e88f (patch)
tree453a09d600b7989ef2f03c48f5383091797d9422 /sway/sway.5.txt
parentMerge pull request #419 from crondog/fullscreen (diff)
downloadsway-397b58e88fc09f63440170401d92b1cfea91e88f.tar.gz
sway-397b58e88fc09f63440170401d92b1cfea91e88f.tar.zst
sway-397b58e88fc09f63440170401d92b1cfea91e88f.zip
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
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.