diff --git a/modules/wm/hyprland/config/hypr/hypridle.conf b/modules/wm/hyprland/config/hypr/hypridle.conf index 27431e6..35364fb 100644 --- a/modules/wm/hyprland/config/hypr/hypridle.conf +++ b/modules/wm/hyprland/config/hypr/hypridle.conf @@ -5,6 +5,12 @@ general { # Turn off screen listener { timeout = 300 - on-timeout = loginctl lock-session; hyprctl dispatch dpms off + on-timeout = ; hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on } + +# Lock screen ten seconds later +listener { + timeout = 310 + on-timeout = loginctl lock-session +}