summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/sway.5.txt4
-rw-r--r--swaylock/swaylock.1.txt4
2 files changed, 8 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.
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt
index 2a6fa372..9dbc00a2 100644
--- a/swaylock/swaylock.1.txt
+++ b/swaylock/swaylock.1.txt
@@ -27,6 +27,10 @@ Options
27 background of the image to the given color. Defaults to white (ffffff), or 27 background of the image to the given color. Defaults to white (ffffff), or
28 transparent (00000000) if an image is in use. 28 transparent (00000000) if an image is in use.
29 29
30*-f, \--daemonize*::
31 Fork into the background after spawning. Note: this is the default behavior of
32 i3lock.
33
30*-i, \--image* [<output>:]<path>:: 34*-i, \--image* [<output>:]<path>::
31 Display the given image, optionally only on the given output. Use -c to set 35 Display the given image, optionally only on the given output. Use -c to set
32 a background color. 36 a background color.