From c9a684c3b1372f79a0aeace891150e351ce8e3df Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 26 Jul 2024 10:24:19 -0500 Subject: [PATCH] Swapped lock/dpms order --- user/wm/hyprland/hyprland.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }