From bf4f121ec1230fbbac6d0c5e304c1fe40af77e04 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 25 Apr 2024 00:58:23 -0700 Subject: [PATCH] oops. that wasn't fixed --- modules/desktop/hypridle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/hypridle.nix b/modules/desktop/hypridle.nix index 3c5aa21..b109444 100644 --- a/modules/desktop/hypridle.nix +++ b/modules/desktop/hypridle.nix @@ -18,7 +18,7 @@ in { enable = true; package = cfg.package; - lockCmd = "pidof hyprlock || ${lib.getExe config.modules.desktop.hyprlock.package}"; + lockCmd = "pidof hyprlock || ${config.modules.desktop.hyprland.package}/bin/hyprctl dispatch exec ${lib.getExe config.modules.desktop.hyprlock.package}"; unlockCmd = "pkill -USR1 hyprlock"; listeners = let