From 22f52b91ed178cf402fe3fc857bbfd351a753b1d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 11 May 2018 21:39:47 -0400 Subject: Add swaylock(1) and swaymsg(1) --- swaylock/swaylock.1.scd | 103 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 swaylock/swaylock.1.scd (limited to 'swaylock/swaylock.1.scd') diff --git a/swaylock/swaylock.1.scd b/swaylock/swaylock.1.scd new file mode 100644 index 00000000..2580bff9 --- /dev/null +++ b/swaylock/swaylock.1.scd @@ -0,0 +1,103 @@ +swaylock(1) + +# NAME + +swaylock - Screen locker for Wayland + +# SYNOPSIS + +_swaylock_ [options...] + +Locks your Wayland session. + +# OPTIONS + +*-h, --help* + Show help message and quit. + +*-c, --color* + 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. + +*-f, --daemonize* + Fork into the background after spawning. Note: this is the default behavior + of i3lock. + +*-i, --image* [:] + 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_. + +*-t, --tiling* + Same as --scaling=tile. + +*-u, --no-unlock-indicator* + Disable the unlock indicator. + +*-v, --version* + Show the version number and quit. + +# APPEARANCE + +*--bshlcolor* + Sets the color of backspace highlight segments. + +*--font* + Sets the font of the text inside the indicator. + +*--insidecolor* + Sets the color of the inside of the indicator when typing or idle. + +*--insidevercolor* + Sets the color of the inside of the indicator when verifying. + +*--insidewrongcolor* + Sets the color of the inside of the indicator when invalid. + +*--keyhlcolor* + Sets the color of keypress highlight segments. + +*--linecolor* + Sets the color of the lines that separate the inside and outside of the + indicator. + +*-s, --line-uses-inside* + Use the color of the inside of the indicator for the line separating the + inside and outside of the indicator. + +*-r, --line-uses-ring* + Use the outer ring's color for the line separating the inside and outside of + the indicator. + +*--ringcolor* + Sets the color of the outside of the indicator when typing or idle. + +*--ringvercolor* + Sets the color of the outside of the indicator when verifying. + +*--ringwrongcolor* + Sets the color of the outside of the indicator when invalid. + +*--separatorcolor* + Sets the color of the lines that seperate highlight segments. + +*--textcolor* + Sets the color of the text inside the indicator. + +*--indicator-radius* + Sets the radius of the indicator to _radius_ pixels. The default value is + 50. + +*--indicator-thickness* + Sets the thickness of the indicator to _thickness_ pixels. The default value + is 10. + +# AUTHORS + +Maintained by Drew DeVault , who is assisted by other open +source contributors. For more information about sway development, see +https://github.com/swaywm/sway. + -- cgit v1.2.3-54-g00ecf