diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-06-19 08:17:41 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2017-06-22 20:22:56 -0400 |
| commit | 3f2023ea654205c1d4f8831c6bdfe579d163e210 (patch) | |
| tree | c4a09a8ca51ca5f4f59435ef198ca0081ebafc4f /swaylock | |
| parent | 4e663ab44f5320f20ec2376f24ea1eb3b458f2c2 (diff) | |
Merge pull request #1244 from her001/swaylock-man-corrections0.14-rc2
Correct swaylock man page description of -i and -c
Diffstat (limited to 'swaylock')
| -rw-r--r-- | swaylock/swaylock.1.txt | 9 |
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 Show help message and quit. *-c, \--color* <rrggbb[aa]>:: - Turn the screen into the given color instead of white. If an image is in use, - also enables color display. This option and -i are mutually exclusive. + Turn the screen into the given color. If -i is used, this sets the + background of the image to the given color. Defaults to white (ffffff), or + transparent (00000000) if an image is in use. *-i, \--image* [<output>:]<path>:: - Display the given image, optionally only on the given output. This option - and -c are mutually exclusive. + Display the given image, optionally only on the given output. Use -c to set + a background color. *--scaling*:: Scaling mode for images: stretch, fill, fit, center, or tile. |
