vanadium/display: fix xscreensaver hook event for autorandr

It would run autorandr on the wrong event
This commit is contained in:
Primrose 2025-10-29 19:15:56 +08:00
parent 9cace50bb1
commit 1af4390d05
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -28,7 +28,7 @@
enable = true;
hooks = {
# Reset display setting on login
"UNBLANK" = ''
"RUN" = ''
${lib.getExe pkgs.autorandr} --change --ignore-lid
'';
};