Add screencfg service

This commit is contained in:
2025-11-07 14:32:32 +01:00
parent 15de59d8cc
commit 0e56890ee4
2 changed files with 9 additions and 0 deletions

View File

@@ -31,3 +31,4 @@ Wants=yubikey-touch-detector.service
Wants=kdeconnect.service Wants=kdeconnect.service
Wants=color-theme-dark.service Wants=color-theme-dark.service
Wants=workstation-mgr.service Wants=workstation-mgr.service
Wants=screencfg.service

View File

@@ -0,0 +1,8 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
Type=simple
ExecStart=/usr/bin/screencfg watch --best
Restart=always