update screen lock timer
This commit is contained in:
parent
152d1866d7
commit
d41383887d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
{ event = "lock"; command = lockCommand; }
|
{ event = "lock"; command = lockCommand; }
|
||||||
];
|
];
|
||||||
timeouts = [
|
timeouts = [
|
||||||
{ timeout = 300; command = lockCommand; }
|
{ timeout = 900; command = lockCommand; }
|
||||||
{ timeout = 1800; command = "systemctl hybrid-sleep"; }
|
{ timeout = 1800; command = "systemctl hybrid-sleep"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue