summaryrefslogtreecommitdiffstats
path: root/swaylock/swaylock.1.txt
diff options
context:
space:
mode:
authorLibravatar Nuew <code@nuew.net>2016-03-24 18:02:34 -0400
committerLibravatar Nuew <code@nuew.net>2016-03-24 18:02:34 -0400
commit0aa4383c9a1b3b693ee771e7829ed84582b4577c (patch)
tree4bc6746cabaedeae60ffeeb0f082c4c850487062 /swaylock/swaylock.1.txt
parentMerge pull request #537 from mikkeloscar/exit-on-config-missing (diff)
downloadsway-0aa4383c9a1b3b693ee771e7829ed84582b4577c.tar.gz
sway-0aa4383c9a1b3b693ee771e7829ed84582b4577c.tar.zst
sway-0aa4383c9a1b3b693ee771e7829ed84582b4577c.zip
Add choice of display to --image.
Additionally - Made background colors display when an image is enabled if a --color is specified. - Link CJson to swaylock. - Add the --socket option to swaylock.
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..724573ce 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* [<display>:]<path>::
29 Display the given image. 30 Display the given image, optionally only on the given display.
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