Add screencfg service
This commit is contained in:
@@ -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
|
||||||
|
|||||||
8
autostart/services/screencfg.service
Normal file
8
autostart/services/screencfg.service
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
BindsTo=autostart.target
|
||||||
|
After=windowmanager.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/screencfg watch --best
|
||||||
|
Restart=always
|
||||||
Reference in New Issue
Block a user