summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-08 11:05:07 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-10-08 11:09:24 -0400
commita6d5cad30981723746b8202ec9e104de096d6d1d (patch)
tree0b7453002438f4dac413383bca339ca6c0719386 /sway
parentMerge pull request #1263 from nyorain/master (diff)
downloadsway-a6d5cad30981723746b8202ec9e104de096d6d1d.tar.gz
sway-a6d5cad30981723746b8202ec9e104de096d6d1d.tar.zst
sway-a6d5cad30981723746b8202ec9e104de096d6d1d.zip
Document swaylock -f, scratchpad show
Diffstat (limited to 'sway')
-rw-r--r--sway/sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 131780e2..cab9d6b1 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -143,6 +143,10 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
143 _amount_. The [px] parameters are optional and have no effect. This command 143 _amount_. The [px] parameters are optional and have no effect. This command
144 only accepts pixel dimensions. 144 only accepts pixel dimensions.
145 145
146**scratchpad show**::
147 Shows a window from the scratchpad. Repeatedly using this command will cycle
148 through the windows in the scratchpad.
149
146**split** <vertical|v|horizontal|h|toggle|t>:: 150**split** <vertical|v|horizontal|h|toggle|t>::
147 Splits the current container, vertically or horizontally. If toggled then the 151 Splits the current container, vertically or horizontally. If toggled then the
148 current container is split opposite to the parent container. 152 current container is split opposite to the parent container.