feat: raise screen blanking timeouts

This commit is contained in:
Michael Mandl 2023-10-10 08:59:32 +02:00
parent d86f00a7bf
commit c7e5fd760c
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -49,8 +49,8 @@ in
{ event = "before-sleep"; command = lock_command; }
];
timeouts = [
{ timeout = 300; command = "${swaymsg} output '*' power off"; resumeCommand = "${swaymsg} output '*' power on"; }
{ timeout = 900; command = lock_command; }
{ timeout = 900; command = "${swaymsg} output '*' power off"; resumeCommand = "${swaymsg} output '*' power on"; }
{ timeout = 1000; command = lock_command; }
];
};