mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
10 lines
309 B
Bash
10 lines
309 B
Bash
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
|