summaryrefslogtreecommitdiffstats
path: root/swaylock
diff options
context:
space:
mode:
authorLibravatar Andrew Conrad <aconrad103@gmail.com>2017-06-18 21:58:19 -0500
committerLibravatar Andrew Conrad <aconrad103@gmail.com>2017-06-18 21:58:19 -0500
commit54e7225e280c90e204cf3462f60abf670b3e3bfd (patch)
treeb9a246318c43dcc6f0b8944363a22e9764265486 /swaylock
parentMerge pull request #1241 from Blajda/ffmpeg-opts (diff)
downloadsway-54e7225e280c90e204cf3462f60abf670b3e3bfd.tar.gz
sway-54e7225e280c90e204cf3462f60abf670b3e3bfd.tar.zst
sway-54e7225e280c90e204cf3462f60abf670b3e3bfd.zip
Correct swaylock man page description of -i and -c
Diffstat (limited to 'swaylock')
-rw-r--r--swaylock/swaylock.1.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt
index 1cc77547..0e503f29 100644
--- a/swaylock/swaylock.1.txt
+++ b/swaylock/swaylock.1.txt
@@ -23,12 +23,13 @@ Options
23 Show help message and quit. 23 Show help message and quit.
24 24
25*-c, \--color* <rrggbb[aa]>:: 25*-c, \--color* <rrggbb[aa]>::
26 Turn the screen into the given color instead of white. If an image is in use, 26 Turn the screen into the given color. If -i is used, this sets the
27 also enables color display. This option and -i are mutually exclusive. 27 background of the image to the given color. Defaults to white (ffffff), or
28 transparent (00000000) if an image is in use.
28 29
29*-i, \--image* [<output>:]<path>:: 30*-i, \--image* [<output>:]<path>::
30 Display the given image, optionally only on the given output. This option 31 Display the given image, optionally only on the given output. Use -c to set
31 and -c are mutually exclusive. 32 a background color.
32 33
33*--scaling*:: 34*--scaling*::
34 Scaling mode for images: stretch, fill, fit, center, or tile. 35 Scaling mode for images: stretch, fill, fit, center, or tile.