From 2ca47c02a42b66017928438da1dacda0a3228a49 Mon Sep 17 00:00:00 2001 From: funman300 Date: Mon, 25 May 2026 11:40:32 -0700 Subject: [PATCH] hyprlock: enable fingerprint auth path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- hyprlock/hyprlock.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hyprlock/hyprlock.conf b/hyprlock/hyprlock.conf index 903cd65..0132396 100644 --- a/hyprlock/hyprlock.conf +++ b/hyprlock/hyprlock.conf @@ -3,6 +3,15 @@ general { hide_cursor = true } +auth { + fingerprint { + enabled = true + ready_message = Touch reader to unlock + present_message = Scanning… + retry_delay = 250 + } +} + background { monitor = path = screenshot