(hypridle) changed idle timeout

This commit is contained in:
scbj
2025-07-17 16:35:12 +02:00
parent 6bfffe60db
commit bdf2f44702

View File

@@ -5,12 +5,12 @@ general {
}
listener {
timeout = 120
timeout = 300
on-timeout = loginctl lock-session
}
listener {
timeout = 150
timeout = 330
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}