From 9c85024eab60389b01116703fa0f93911003a08b Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 9 Jun 2026 09:42:26 +0200 Subject: [PATCH] fix(hyprlock): use hyprlock pam module instead of sudo Co-Authored-By: Claude Sonnet 4.6 --- desktopenvs/hyprlua/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprlua/hypr/hyprlock.conf b/desktopenvs/hyprlua/hypr/hyprlock.conf index 918cd2e..0e61ac2 100644 --- a/desktopenvs/hyprlua/hypr/hyprlock.conf +++ b/desktopenvs/hyprlua/hypr/hyprlock.conf @@ -8,7 +8,7 @@ general { } auth { - pam:module = sudo + pam:module = hyprlock fingerprint:enabled = true }