diff options
author | mid-kid <esteve.varela@gmail.com> | 2016-08-27 19:02:39 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | ddfa029353f8927b1bac9a9105a91ce8fd59957a (patch) | |
tree | a0a71bce589b5e5d597945a5f01e3a33f7674622 /desktop/i3lock/README | |
parent | d6fae970cb8c3b0e04610ceff6da9f51091f86cb (diff) |
desktop/i3lock: Added (simple screen locker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/i3lock/README')
-rw-r--r-- | desktop/i3lock/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/i3lock/README b/desktop/i3lock/README new file mode 100644 index 0000000000000..adf8e935d1701 --- /dev/null +++ b/desktop/i3lock/README @@ -0,0 +1,7 @@ +i3lock is a simple screen locker like slock. + +This SlackBuild patches i3lock to not to use PAM, and is as such usable in +Slackware. +For verifying the password it uses shadow instead. Because of that, it needs +suid permissions, but those privileges are dropped as soon as possible. +The code for this was taken from slock. See the patch and LICENSE-slock. |