hyprlock: enable fingerprint auth path

hyprlock doesn't poll fprintd by default — pam_authenticate() is
only invoked on password submission. Adding the auth.fingerprint
block tells hyprlock to launch fprintd polling in parallel with the
password input, so touching the reader unlocks immediately without
typing first.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-25 11:40:32 -07:00
parent 28f6160b02
commit 2ca47c02a4
+9
View File
@@ -3,6 +3,15 @@ general {
hide_cursor = true hide_cursor = true
} }
auth {
fingerprint {
enabled = true
ready_message = Touch reader to unlock
present_message = Scanning…
retry_delay = 250
}
}
background { background {
monitor = monitor =
path = screenshot path = screenshot