slock

My slock fork
git clone https://git.kausban.com/slock/raw/.git
Log | Files | Refs | README

commit 9748ed2deb13f0d698df5e0fd3670cddcb770afb
parent 7916245841a68f88084239d3fc8a49bf41d4b571
Author: kausban <mail@kausban.com>
Date:   Tue,  5 Apr 2022 00:49:41 +0200

readme

Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -1,14 +1,14 @@ -# Personal slock build -includes patches for: +# My fork of slock -1. pam - https://tools.suckless.org/slock/patches/pam_auth/ +Includes patches for: +1. pam - https://tools.suckless.org/slock/patches/pam_auth/ 2. messages - https://tools.suckless.org/slock/patches/pam_auth/ # pam hints -set user and group in config.h to something that can use pam ($USER or root) -for fingerprint add: ``auth sufficient pam_fprintd.so`` to ``/etc/pam.d/system-local-login`` +- Set user and group in config.h to something that can use pam ($USER or root) +- For fingerprint add: ``auth sufficient pam_fprintd.so`` to ``/etc/pam.d/system-local-login`` The following is nice in ``/etc/pam.d/sudo``. Allows to use password or fingerprint