Suspend after 5 minutes of inactivity

This commit is contained in:
Bad 2022-02-25 00:13:37 +01:00
parent 962b9cf160
commit 0ed90f07ca

View file

@ -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"; }
]; ];
}; };
} }