summaryrefslogtreecommitdiffstats
path: root/swaylock/swaylock.1.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-24 20:06:43 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-24 20:06:43 -0400
commit56838587e1db6ba9b1143dea6559734abf4ddbbe (patch)
tree12cb9bfc354f7783f678ab29e9e0d3fda90d5530 /swaylock/swaylock.1.txt
parentCMake: add missing wlc include dir for common and swaygrab (diff)
parentReplace with in swaylock (diff)
downloadsway-56838587e1db6ba9b1143dea6559734abf4ddbbe.tar.gz
sway-56838587e1db6ba9b1143dea6559734abf4ddbbe.tar.zst
sway-56838587e1db6ba9b1143dea6559734abf4ddbbe.zip
Merge pull request #538 from nuew/display-images
Add choice of display to --image.
Diffstat (limited to 'swaylock/swaylock.1.txt')
-rw-r--r--swaylock/swaylock.1.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt
index 04594fd0..c30e8d3d 100644
--- a/swaylock/swaylock.1.txt
+++ b/swaylock/swaylock.1.txt
@@ -23,10 +23,11 @@ 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. 26 Turn the screen into the given color instead of white. If an image is in use,
27 also enables color display.
27 28
28*-i, \--image* <path>:: 29*-i, \--image* [<output>:]<path>::
29 Display the given image. 30 Display the given image, optionally only on the given output.
30 31
31*-s, \--scaling*:: 32*-s, \--scaling*::
32 Scaling mode for images: stretch, fill, fit, center, or tile. 33 Scaling mode for images: stretch, fill, fit, center, or tile.
@@ -37,6 +38,11 @@ Options
37*-v, \--version*:: 38*-v, \--version*::
38 Show the version number and quit. 39 Show the version number and quit.
39 40
41*--socket <path>*::
42 Use the specified socket path. Otherwise, swaymsg will ask sway where the
43 socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
44
45
40Authors 46Authors
41------- 47-------
42 48