fix suspension
This commit is contained in:
parent
30f0f7ec20
commit
6a706007c8
2 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
services.swayidle = {
|
||||
enable = true;
|
||||
events = [
|
||||
{
|
||||
event = "before-sleep";
|
||||
command = "${pkgs.swaylock}/bin/swaylock -fF -c 442244";
|
||||
}
|
||||
{
|
||||
event = "lock";
|
||||
command = "swaylock -c 441144";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue