diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-03-24 20:06:43 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-03-24 20:06:43 -0400 |
commit | 56838587e1db6ba9b1143dea6559734abf4ddbbe (patch) | |
tree | 12cb9bfc354f7783f678ab29e9e0d3fda90d5530 /swaylock/swaylock.1.txt | |
parent | 234932723cd8de49e114027e05a8151ed9c2939f (diff) | |
parent | 328e0310952473c832022d492771b2fe884c7dc8 (diff) |
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.txt | 12 |
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 Show help message and quit. *-c, \--color* <rrggbb[aa]>:: - Turn the screen into the given color instead of white. + Turn the screen into the given color instead of white. If an image is in use, + also enables color display. -*-i, \--image* <path>:: - Display the given image. +*-i, \--image* [<output>:]<path>:: + Display the given image, optionally only on the given output. *-s, \--scaling*:: Scaling mode for images: stretch, fill, fit, center, or tile. @@ -37,6 +38,11 @@ Options *-v, \--version*:: Show the version number and quit. +*--socket <path>*:: + Use the specified socket path. Otherwise, swaymsg will ask sway where the + socket is (which is the value of $SWAYSOCK, then of $I3SOCK). + + Authors ------- |