summaryrefslogtreecommitdiff
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorRonan Pigott <[email protected]>2020-07-25 12:53:52 -0700
committerSimon Ser <[email protected]>2021-09-03 23:50:20 +0200
commitde3c290427be134c1d1e900752d5cb6d3daf2777 (patch)
tree460e55b34e16ea49f326d7149ab586c1f3fde99d /sway/sway.5.scd
parent4baf845a3ab90ac4ae8832e9e022c8638080e743 (diff)
command: implement split none
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index fa1d83a8..202cd13f 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -319,8 +319,10 @@ set|plus|minus|toggle <amount>
established by the *seat* subcommand of the same name. See
*sway-input*(5) for more ways to affect inhibitors.
-*split* vertical|v|horizontal|h|toggle|t
- Splits the current container, vertically or horizontally. When _toggle_ is
+*split* vertical|v|horizontal|h|none|n|toggle|t
+ Splits the current container, vertically or horizontally. When _none_ is
+ specified, the effect of a previous split is undone if the current
+ container is the only child of a split parent. When _toggle_ is
specified, the current container is split opposite to the parent
container's layout.