feat: raise screen blanking timeouts
parent
d86f00a7bf
commit
c7e5fd760c
|
@ -49,8 +49,8 @@ in
|
||||||
{ event = "before-sleep"; command = lock_command; }
|
{ event = "before-sleep"; command = lock_command; }
|
||||||
];
|
];
|
||||||
timeouts = [
|
timeouts = [
|
||||||
{ timeout = 300; command = "${swaymsg} output '*' power off"; resumeCommand = "${swaymsg} output '*' power on"; }
|
{ timeout = 900; command = "${swaymsg} output '*' power off"; resumeCommand = "${swaymsg} output '*' power on"; }
|
||||||
{ timeout = 900; command = lock_command; }
|
{ timeout = 1000; command = lock_command; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue