diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 3211fe5..c7817f1 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -620,15 +620,15 @@ in listener { timeout = 150 # in seconds - on-timeout = loginctl lock-session - } - listener { - timeout = 165 # in seconds on-timeout = hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on } listener { - timeout = 7200 # in seconds + timeout = 160 # in seconds + on-timeout = loginctl lock-session + } + listener { + timeout = 5400 # in seconds on-timeout = systemctl suspend on-resume = hyprctl dispatch dpms on }