sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 7fb2a16275376c4e2183fa6b2cde5c6afc704103
parent 378a45cec23b76732a19d0027e1bba3ef2bf3752
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 18 Mar 2016 17:15:19 -0400

Merge pull request #520 from aouelete/swaylock

Add a manpage for swaylock
Diffstat:
Mswaylock/CMakeLists.txt | 2++
Aswaylock/swaylock.1.txt | 46++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/swaylock/CMakeLists.txt b/swaylock/CMakeLists.txt @@ -42,3 +42,5 @@ install( DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/ COMPONENT data ) + +add_manpage(swaylock 1) diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt @@ -0,0 +1,46 @@ +///// +vim:set ts=4 sw=4 tw=82 noet: +///// +:quotes.~: + +swaylock (1) +============ + +Name +---- +swaylock - Screen locker for sway + +Synopsis +-------- +'swaylock' [options] + +Lock the current sway session. + +Options +------- + +*-h, --help*:: + Show help message and quit. + +*-c, \--color* <rrggbb[aa]>:: + Turn the screen into the given color instead of white. + +*-i, \--image* <path>:: + Display the given image. + +*-s, \--scaling*:: + Scaling mode for images: stretch, fill, fit, center, or tile. + +*-t, --tiling*:: + Same as --scaling=tile. + +*-v, \--version*:: + Show the version number and quit. + +Authors +------- + +Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open +source contributors. For more information about sway development, see +<https://github.com/SirCmpwn/sway>. +