mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-07-16 22:16:11 +08:00
10 lines
194 B
Desktop File
10 lines
194 B
Desktop File
[Unit]
|
|
Description=Communication Daemon between desktop and smartphone
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStartPre=/usr/bin/sleep 5
|
|
ExecStart=/usr/bin/kdeconnect-indicator
|
|
|
|
[Install]
|
|
WantedBy=Xorg.target
|