sway: chill outputOff

This commit is contained in:
Casper V. Kristensen 2024-05-22 01:28:56 +02:00
parent a398c1ef09
commit e9be19a073

View file

@ -255,12 +255,12 @@
];
timeouts = [
{
timeout = 60 * 20;
timeout = 60 * 60 * 1;
command = outputOff;
resumeCommand = outputOn;
}
{
timeout = 60 * 60 * 3;
timeout = 60 * 60 * 4;
command = suspend;
}
];