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; }
|
||||
];
|
||||
timeouts = [
|
||||
{ timeout = 300; command = lockCommand; }
|
||||
{ timeout = 900; command = lockCommand; }
|
||||
{ timeout = 1800; command = "systemctl hybrid-sleep"; }
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue