update screen lock timer

This commit is contained in:
CherryKitten 2024-06-17 09:39:15 +02:00
parent 152d1866d7
commit d41383887d
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -47,7 +47,7 @@
{ event = "lock"; command = lockCommand; }
];
timeouts = [
{ timeout = 300; command = lockCommand; }
{ timeout = 900; command = lockCommand; }
{ timeout = 1800; command = "systemctl hybrid-sleep"; }
];
};