mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/display: fix xscreensaver hook event for autorandr
It would run autorandr on the wrong event
This commit is contained in:
parent
9cace50bb1
commit
1af4390d05
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
hooks = {
|
hooks = {
|
||||||
# Reset display setting on login
|
# Reset display setting on login
|
||||||
"UNBLANK" = ''
|
"RUN" = ''
|
||||||
${lib.getExe pkgs.autorandr} --change --ignore-lid
|
${lib.getExe pkgs.autorandr} --change --ignore-lid
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue