aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-08-28 17:21:54 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-08-28 17:21:54 +0200
commitfb8145c4a831813e343be9d75bc8f8710bf93819 (patch)
treedca019731ceb1ebf81526c4e2326be97f5df519f
parent836ffd451db92c47d3200f0a4f4e7ab0234d67f7 (diff)
update scriptsHEADmaster
-rwxr-xr-x.config/yadm/root/etc/lightdm/autorandr-change3
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