From 0b68330543c86dbbcbca81bcc1f2d30cff83e2fe Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 10 Feb 2025 20:09:44 +0100 Subject: increase timeouts of hypridle --- configuration/home-manager/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/home-manager/hyprland.nix b/configuration/home-manager/hyprland.nix index 0129385..c545102 100644 --- a/configuration/home-manager/hyprland.nix +++ b/configuration/home-manager/hyprland.nix @@ -174,16 +174,16 @@ in listener = [ { - timeout = 60; + timeout = 120; on-timeout = "brightnessctl -s set 10"; on-resume = "brightnessctl -r"; } { - timeout = 120; + timeout = 300; on-timeout = "pidof hyprlock || hyprlock"; } { - timeout = 300; + timeout = 600; on-timeout = "hyprctl dispatch dpms off"; on-resume = "hyprctl dispatch dpms on"; } -- cgit v1.2.3