i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 6b34624e74ec17e421e00d94bef956671d327e1e
parent 50589e5652af5b2a5817d24a6a0ca6d010196368
Author: Raymond Li <hi@raymond.li>
Date:   Wed, 22 Jul 2020 15:03:18 -0400

Fix pam issue

Diffstat:
Mpam/i3lock | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pam/i3lock b/pam/i3lock
@@ -1,6 +1,7 @@
 #
-# PAM configuration file for the i3lock screen locker. By default, it includes
-# the 'login' configuration file (see /etc/pam.d/login)
+# 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
 #
 
-auth include login
+auth include system-auth