Fix duplicate hypridle session

This commit is contained in:
NullBite 2024-03-31 01:23:03 -04:00
parent 5cbaeb33de
commit f1b07c85f2
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -32,7 +32,8 @@ let
# idle-cmd = "${swayidle} -w timeout 315 '${lock-cmd}' timeout 300 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on' before-sleep '${lock-cmd}' lock '${lock-cmd}' unlock '${pkill} -USR1 -x swaylock'";
# idle-cmd = "${swayidle} -w timeout 300 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on'";
idle-cmd = "${hypridle}";
# idle-cmd = "${hypridle}";
idle-cmd = "${pkgs.coreutils}/bin/true";
hypr-dispatcher-package = pkgs.callPackage ./dispatcher { hyprland = hyprland-pkg; };
hypr-dispatcher = "${hypr-dispatcher-package}/bin/hypr-dispatcher";