Suspend after 5 minutes of inactivity
This commit is contained in:
parent
962b9cf160
commit
0ed90f07ca
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{ event = "before-sleep"; command = "${scripts.lockscreen}/bin/lockscreen"; }
|
{ event = "before-sleep"; command = "${scripts.lockscreen}/bin/lockscreen"; }
|
||||||
];
|
];
|
||||||
timeouts = [
|
timeouts = [
|
||||||
# { timeout = 60; command = ; }
|
{ timeout = 300; command = "systemctl suspend"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue