increase timeout

This commit is contained in:
KoenDR06 2025-11-09 22:47:55 +01:00
parent 311cb2620a
commit 36cce67436

View file

@ -184,12 +184,12 @@ in {
listeners = [
{
timeout = 300;
timeout = 900;
onTimeout = "hyprctl dispatch dpms off";
onResume = "hyprctl dispatch dpms on";
}
{
timeout = 310;
timeout = 910;
onTimeout = "loginctl lock-session";
}
];