sway: chill outputOff
This commit is contained in:
parent
a398c1ef09
commit
e9be19a073
|
@ -255,12 +255,12 @@
|
||||||
];
|
];
|
||||||
timeouts = [
|
timeouts = [
|
||||||
{
|
{
|
||||||
timeout = 60 * 20;
|
timeout = 60 * 60 * 1;
|
||||||
command = outputOff;
|
command = outputOff;
|
||||||
resumeCommand = outputOn;
|
resumeCommand = outputOn;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
timeout = 60 * 60 * 3;
|
timeout = 60 * 60 * 4;
|
||||||
command = suspend;
|
command = suspend;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue