diff --git a/desktopenvs/hyprland/hypr/hypridle.conf b/desktopenvs/hyprland/hypr/hypridle.conf index f851318..b649886 100644 --- a/desktopenvs/hyprland/hypr/hypridle.conf +++ b/desktopenvs/hyprland/hypr/hypridle.conf @@ -6,6 +6,10 @@ general { } listener { timeout = 120 - on-timeout = hyprlock # lock screen when timeout has passed + on-timeout = loginctl lock-session # lock screen when timeout has passed } +listener { + timeout = 600 #10min + on-timeout = systemctl suspend # suspend pc +}