Add systemd user unit: kdeconnect

This commit is contained in:
rydesun 2021-02-17 22:31:24 +08:00
parent b36be7fc37
commit f5d9b2b5fd

View file

@ -0,0 +1,11 @@
[Unit]
Description=Adds communication between KDE and your smartphone
[Service]
Type=idle
Environment="LANG=zh_CN.UTF-8"
ExecStartPre=/usr/bin/sleep 5
ExecStart=/usr/bin/kdeconnect-indicator
[Install]
WantedBy=Xorg.target