This commit is contained in:
Sridhar Ratnakumar 2021-04-11 10:45:43 -04:00
parent cc0413466d
commit edf44be5cc
2 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@
locker = "${pkgs.xlockmore}/bin/xlock -mode space";
# Suspend after sometime (enable this after things are okay)
killtime = 20; # mins
killtime = 10; # mins
killer = "${pkgs.systemd}/bin/systemctl suspend";
};
}