From 8e52f1cf2062e348a1968f8af9814aec32bf751c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 12 Apr 2024 01:19:19 +0200 Subject: [PATCH] Hotfix unresponsiveness after sleep --- modules/home/de/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/hyprland.nix b/modules/home/de/hyprland.nix index 208cbf5..914086e 100644 --- a/modules/home/de/hyprland.nix +++ b/modules/home/de/hyprland.nix @@ -31,7 +31,7 @@ in { in { enable = true; lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}"; - beforeSleepCmd = "loginctl lock-session"; + # beforeSleepCmd = "loginctl lock-session"; afterSleepCmd = "hyprctl dispatch dpms on"; listeners = [ {