wm/hypridle: disable inactivity auto-lock and set DPMS timeout to 10m

This commit is contained in:
Paul-Henri Froidmont 2026-03-25 11:33:32 +01:00
parent 05d0920595
commit 9d500df167
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -472,11 +472,7 @@ in
listener = [ listener = [
{ {
timeout = 300; timeout = 600;
on-timeout = "loginctl lock-session";
}
{
timeout = 330;
on-timeout = "hyprctl dispatch dpms off"; on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on"; on-resume = "hyprctl dispatch dpms on";
} }