From e7add39b93b84da8f68ef061418ee9c97fed1b65 Mon Sep 17 00:00:00 2001 From: Jeena Date: Fri, 8 May 2026 23:22:12 +0000 Subject: [PATCH] feat: enable fingerprint unlock in hyprlock --- hypr/hyprlock.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 95b1ea4..acce3e6 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -1,3 +1,11 @@ +auth { + fingerprint { + enabled = true + ready_message = Scan fingerprint to unlock + present_message = Scanning... + } +} + animations { animation = fadeOut, 0 }