From 718ae20d0528851c69c48ce58b60539d4af0aaf8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 28 Aug 2023 18:20:27 +0900 Subject: [PATCH] test --- .../nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix index 70033de4..0735db10 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/hyprland-conf.nix @@ -260,9 +260,8 @@ # Set up the idle management daemon swayidle -w \ - timeout 60 'swaylock -f' \ - timeout 90 'hyprctl dispatch dpms off' \ - timeout 300 'systemctl suspend-then-hibernate' \ + timeout 120 'swaylock -f' \ + timeout 180 'hyprctl dispatch dpms off' \ after-resume 'hyprctl dispatch dpms on' \ before-sleep 'swaylock -f'