mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-05-11 17:36:12 +08:00
11 lines
225 B
Desktop File
11 lines
225 B
Desktop File
[Unit]
|
|
Description=Communication Daemon between desktop and smartphone
|
|
|
|
[Service]
|
|
Type=idle
|
|
Environment="LANG=zh_CN.UTF-8"
|
|
ExecStartPre=/usr/bin/sleep 5
|
|
ExecStart=/usr/bin/kdeconnect-indicator
|
|
|
|
[Install]
|
|
WantedBy=Xorg.target
|