diff options
Diffstat (limited to 'configuration')
-rw-r--r-- | configuration/home-manager/hyprland.nix | 6 |
1 files 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"; } |