diff --git a/home/hypridle/default.nix b/home/hypridle/default.nix index 7d676bc..39e9a64 100644 --- a/home/hypridle/default.nix +++ b/home/hypridle/default.nix @@ -14,6 +14,11 @@ on-timeout = "hyprctl dispatch dpms off"; on-resume = "hyprctl dispatch dpms on"; } + { + timeout = 600; + on-timeout = "systemctl suspend"; + on-resume = "hyprctl dispatch dpms on"; + } ]; }; };