got working finger print usage; update nvim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user