diff --git a/autostart/autostart.target.j2 b/autostart/autostart.target.j2 index 11db5f9..bfa7f6f 100644 --- a/autostart/autostart.target.j2 +++ b/autostart/autostart.target.j2 @@ -31,3 +31,4 @@ Wants=yubikey-touch-detector.service Wants=kdeconnect.service Wants=color-theme-dark.service Wants=workstation-mgr.service +Wants=screencfg.service diff --git a/autostart/services/screencfg.service b/autostart/services/screencfg.service new file mode 100644 index 0000000..9f987fe --- /dev/null +++ b/autostart/services/screencfg.service @@ -0,0 +1,8 @@ +[Unit] +BindsTo=autostart.target +After=windowmanager.target + +[Service] +Type=simple +ExecStart=/usr/bin/screencfg watch --best +Restart=always