aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-08 11:05:07 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-08 11:09:24 -0400
commita6d5cad30981723746b8202ec9e104de096d6d1d (patch)
tree0b7453002438f4dac413383bca339ca6c0719386
parent6d83a59b461d07c4c9c5ee5809da658f5c56afc3 (diff)
downloadsway-a6d5cad30981723746b8202ec9e104de096d6d1d.zip
sway-a6d5cad30981723746b8202ec9e104de096d6d1d.tar.gz
sway-a6d5cad30981723746b8202ec9e104de096d6d1d.tar.bz2
Document swaylock -f, scratchpad show
-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 131780e..cab9d6b 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.
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt
index 2a6fa37..9dbc00a 100644
--- a/swaylock/swaylock.1.txt
+++ b/swaylock/swaylock.1.txt
@@ -27,6 +27,10 @@ Options
background of the image to the given color. Defaults to white (ffffff), or
transparent (00000000) if an image is in use.
+*-f, \--daemonize*::
+ Fork into the background after spawning. Note: this is the default behavior of
+ i3lock.
+
*-i, \--image* [<output>:]<path>::
Display the given image, optionally only on the given output. Use -c to set
a background color.