got working finger print usage; update nvim

This commit is contained in:
2026-09-12 14:53:16 -06:00
parent 2d5a4e9f4c
commit dabda20dae
5 changed files with 46 additions and 24 deletions
+5 -5
View File
@@ -11,13 +11,13 @@ general {
}
# Authentication
# Fingerprint is disabled: GDM's login worker (pam/gdm-fingerprint) holds the
# device for the whole session, so hyprlock can never claim it -- the failed
# claim blocked the auth thread and made unlocks appear stuck. Fingerprint is
# still available at the GDM login screen; hyprlock is password-only.
# Fingerprint via hyprlock's native fprintd support. PAM is password-only
# (/etc/pam.d/hyprlock) so typing a password never fights hyprlock for the
# fingerprint sensor. The device is not held by GDM for the user session, so
# the old stuck-unlock issue no longer applies.
auth {
fingerprint {
enabled = false
enabled = true
ready_message = Scan fingerprint to unlock
present_message = Scanning...
retry_delay = 250 # in milliseconds