From 4cd4c6e45d620f03e6c6a535691dabe1c3a033a0 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 16 Aug 2024 09:01:31 -0300 Subject: [PATCH] hyprland: lower drastically the hypridle time --- programs/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/hyprland/default.nix b/programs/hyprland/default.nix index 8895403..1f2caa3 100644 --- a/programs/hyprland/default.nix +++ b/programs/hyprland/default.nix @@ -16,11 +16,11 @@ listener = [ { - timeout = 300; + timeout = 120; on-timeout = "hyprlock"; } { - timeout = 480; + timeout = 180; on-timeout = "hyprctl dispatch dpms off"; on-resume = "hyprctl dispatch dpms on"; }