From 975b2c2002745fc93361e50c03e874e5c3d6bb54 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 11 Jan 2026 11:02:34 -0600 Subject: [PATCH] fix(hypridle): changed lockscreen session to custom `hakase-hyprlock` --- apps/hypridle/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hypridle/default.nix b/apps/hypridle/default.nix index 8e2a011..aefb88d 100644 --- a/apps/hypridle/default.nix +++ b/apps/hypridle/default.nix @@ -11,7 +11,7 @@ after_sleep_cmd = "hyprctl dispatch dpms on"; ignore_dbus_inhibit = false; lock_cmd = "hakase-hyprlock"; - before_sleep_cmd = "loginctl lock-session"; # lock before suspend + before_sleep_cmd = "hakase-hyprlock"; # lock before suspend }; listener = [ @@ -21,7 +21,7 @@ # } { timeout = 300; # 5min - on-timeout = "loginctl lock-session"; # lock screen when timeout has passed + on-timeout = "hakase-hyprlock"; # lock screen when timeout has passed } { timeout = 330; # 5.5min