diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-08-28 17:21:54 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-08-28 17:21:54 +0200 |
| commit | fb8145c4a831813e343be9d75bc8f8710bf93819 (patch) | |
| tree | dca019731ceb1ebf81526c4e2326be97f5df519f | |
| parent | 836ffd451db92c47d3200f0a4f4e7ab0234d67f7 (diff) | |
update scripts
| -rwxr-xr-x | .config/yadm/root/etc/lightdm/autorandr-change | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/yadm/root/etc/lightdm/autorandr-change b/.config/yadm/root/etc/lightdm/autorandr-change index 0c64125..f181fe8 100755 --- a/.config/yadm/root/etc/lightdm/autorandr-change +++ b/.config/yadm/root/etc/lightdm/autorandr-change @@ -1,2 +1,5 @@ #!/bin/sh autorandr --change + +# make sure this script exits happily +exit 0 |