Switch to an earlier recovery for the internal monitor on reboot

This commit is contained in:
David Heinemeier Hansson
2026-04-23 11:54:11 +02:00
parent 3c8d7bb5ce
commit a74afeb4e5
6 changed files with 33 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
echo "Recover the internal monitor at login when no external display is connected"
SERVICE=omarchy-recover-internal-monitor.service
mkdir -p ~/.config/systemd/user
cp $OMARCHY_PATH/config/systemd/user/$SERVICE ~/.config/systemd/user/$SERVICE
systemctl --user daemon-reload
systemctl --user enable $SERVICE