summaryrefslogtreecommitdiffstats
path: root/swaylock
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-02-25 12:40:58 -0500
committerLibravatar GitHub <noreply@github.com>2017-02-25 12:40:58 -0500
commit11f0260aab78d44bc9c72e8d800c60832e18bb25 (patch)
tree51fa9f026158a69e3afff4a3e3788e94f676fa92 /swaylock
parentEdit packages in README (diff)
parentImprove swaylock man (diff)
downloadsway-11f0260aab78d44bc9c72e8d800c60832e18bb25.tar.gz
sway-11f0260aab78d44bc9c72e8d800c60832e18bb25.tar.zst
sway-11f0260aab78d44bc9c72e8d800c60832e18bb25.zip
Merge pull request #1084 from Fale/improve-swaylock-man
Improve swaylock man
Diffstat (limited to 'swaylock')
-rw-r--r--swaylock/swaylock.1.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt
index c5e3dcf7..93302f9d 100644
--- a/swaylock/swaylock.1.txt
+++ b/swaylock/swaylock.1.txt
@@ -24,10 +24,11 @@ Options
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 instead of white. If an image is in use,
27 also enables color display. 27 also enables color display. This option and -i are mutually exclusive.
28 28
29*-i, \--image* [<output>:]<path>:: 29*-i, \--image* [<output>:]<path>::
30 Display the given image, optionally only on the given output. 30 Display the given image, optionally only on the given output. This option
31 and -i are mutually exclusive.
31 32
32*--scaling*:: 33*--scaling*::
33 Scaling mode for images: stretch, fill, fit, center, or tile. 34 Scaling mode for images: stretch, fill, fit, center, or tile.