diff --git a/apps/hypridle/default.nix b/apps/hypridle/default.nix index 7ed57bf..8e2a011 100644 --- a/apps/hypridle/default.nix +++ b/apps/hypridle/default.nix @@ -29,7 +29,7 @@ on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has passed } { - timeout = 1800; # 30min + timeout = 660; on-timeout = "systemctl suspend"; # suspend pc } ];