Suspend after 60 minutes
This commit is contained in:
parent
0455ad4548
commit
66db9c78e0
@ -19,7 +19,7 @@ in {
|
|||||||
notify = 10; # seconds
|
notify = 10; # seconds
|
||||||
notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\"";
|
notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\"";
|
||||||
|
|
||||||
killtime = 20; # minutes
|
killtime = 60; # minutes
|
||||||
killer = "${pkgs.systemd}/bin/systemctl suspend";
|
killer = "${pkgs.systemd}/bin/systemctl suspend";
|
||||||
|
|
||||||
extraOptions = [ "-secure" ];
|
extraOptions = [ "-secure" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user