mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Switch to an earlier recovery for the internal monitor on reboot
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user