commit 63af0b6d1dd9372eb1e5b0b5a851a034485f5875 parent a24a25070bdf52e2aa4b4a4d6c54c8298cf0a6d7 Author: Raymond Li <hi@raymond.li> Date: Tue, 4 Aug 2020 17:20:07 -0400 Update i3lock Diffstat:
| M | pam/i3lock | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pam/i3lock b/pam/i3lock @@ -1,7 +1,8 @@ # # PAM configuration file for the i3lock-color screen locker. By default, it includes -# the 'system-auth' configuration file (see /etc/pam.d/system-auth) -# Note that i3lock uses 'login' instead of 'system-auth', but this poses an issue on Arch and Gentoo +# the 'system-auth' configuration file (see /etc/pam.d/system-auth) for Arch and Gentoo +# and 'login' for Debian. Note that vanilla i3lock upstream uses 'login' instead. # -auth include system-auth +auth include system-auth # For Arch/Gentoo +#auth include login # For Debian
