mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
12 lines
363 B
Desktop File
12 lines
363 B
Desktop File
[Unit]
|
|
Description=Recover the internal monitor toggle when no external display is connected
|
|
Before=graphical-session-pre.target
|
|
ConditionPathExists=%h/.local/state/omarchy/toggles/hypr/internal-monitor-disable.conf
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=%h/.local/share/omarchy/bin/omarchy-hw-recover-internal-monitor
|
|
|
|
[Install]
|
|
WantedBy=graphical-session-pre.target
|