summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swaylock/swaylock.1.scd26
1 files changed, 14 insertions, 12 deletions
diff --git a/swaylock/swaylock.1.scd b/swaylock/swaylock.1.scd
index 3107124f..8ddc7d3a 100644
--- a/swaylock/swaylock.1.scd
+++ b/swaylock/swaylock.1.scd
@@ -21,20 +21,25 @@ Locks your Wayland session.
21 All leading dashes should be omitted and the equals sign is required for 21 All leading dashes should be omitted and the equals sign is required for
22 flags that take an argument. 22 flags that take an argument.
23 23
24*-c, --color* <rrggbb[aa]>
25 Turn the screen into the given color. If -i is used, this sets the
26 background of the image to the given color. Defaults to white (FFFFFF), or
27 transparent (00000000) if an image is in use.
28
29*-e, --ignore-empty-password* 24*-e, --ignore-empty-password*
30 When an empty password is provided by the user, do not validate it. 25 When an empty password is provided by the user, do not validate it.
31 26
32*-f, --daemonize* 27*-f, --daemonize*
33 Detach from the controlling terminal after locking. 28 Detach from the controlling terminal after locking.
34 29
30 Note: this is the default bahavior of i3lock.
31
35*-h, --help* 32*-h, --help*
36 Show help message and quit. 33 Show help message and quit.
37 34
35*-v, --version*
36 Show the version number and quit.
37
38# APPEARANCE
39
40*-u, --no-unlock-indicator*
41 Disable the unlock indicator.
42
38*-i, --image* [<output>:]<path> 43*-i, --image* [<output>:]<path>
39 Display the given image, optionally only on the given output. Use -c to set 44 Display the given image, optionally only on the given output. Use -c to set
40 a background color. 45 a background color.
@@ -45,13 +50,10 @@ Locks your Wayland session.
45*-t, --tiling* 50*-t, --tiling*
46 Same as --scaling=tile. 51 Same as --scaling=tile.
47 52
48*-u, --no-unlock-indicator* 53*-c, --color* <rrggbb[aa]>
49 Disable the unlock indicator. 54 Turn the screen into the given color. If -i is used, this sets the
50 55 background of the image to the given color. Defaults to white (FFFFFF), or
51*-v, --version* 56 transparent (00000000) if an image is in use.
52 Show the version number and quit.
53
54# APPEARANCE
55 57
56*--bs-hl-color* <rrggbb[aa]> 58*--bs-hl-color* <rrggbb[aa]>
57 Sets the color of backspace highlight segments. 59 Sets the color of backspace highlight segments.