Fix auto unlock gpg

This commit is contained in:
lelgenio 2022-11-30 14:39:55 -03:00 committed by Leonardo Eugênio
parent 7509584630
commit b130c3fc4d
2 changed files with 3 additions and 2 deletions

View file

@ -28,9 +28,10 @@
};
Timer = {
OnBootSec = "0";
OnUnitActiveSec = "30";
OnUnitActiveSec = "300";
Unit = "gpg_unlock.service";
};
Install = { WantedBy = [ "sway-session.target" ]; };
};
};