commit a8744d76ebd7192aa78fd41d51bff64cce66f82f parent eefd457317d3cd083c0801871fb9163f5d7d6fc2 Author: Raymond Li <hi@raymond.li> Date: Tue, 4 Aug 2020 17:35:54 -0400 Update i3lock Diffstat:
| M | pam/i3lock | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pam/i3lock b/pam/i3lock @@ -4,5 +4,5 @@ # and 'login' for Debian. Note that vanilla i3lock upstream uses 'login' instead. # -auth include system-auth # For Arch/Gentoo -#auth include login # For Debian +#auth include system-auth # For Arch/Gentoo +auth include login # For Debian
