diff options
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 4 |
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**( _amount_. The [px] parameters are optional and have no effect. This command only accepts pixel dimensions. +**scratchpad show**:: + Shows a window from the scratchpad. Repeatedly using this command will cycle + through the windows in the scratchpad. + **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. |