feat(hypr wim): hypridle -> acpid

This commit is contained in:
Updater 2024-05-29 12:30:14 -04:00
parent bd5b0dcec8
commit a72a054632
5 changed files with 69 additions and 122 deletions
modules/ags/config/ts/lockscreen

View file

@ -207,9 +207,10 @@ const on_finished = () => {
lock.connect('finished', on_finished);
if (Vars.hasFprintd) {
Utils.authenticate('')
globalThis.authFinger = () => Utils.authenticate('')
.then(() => unlock())
.catch(logError);
globalThis.authFinger();
}