mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add systemd user unit: kdeconnect
This commit is contained in:
parent
b36be7fc37
commit
f5d9b2b5fd
1 changed files with 11 additions and 0 deletions
11
.config/systemd/user/kdeconnect.service
Normal file
11
.config/systemd/user/kdeconnect.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue