Add user systemd services (sway, redshift, nm-applet...)
This commit is contained in:
parent
284dd752dc
commit
145b8ddcd3
11 changed files with 125 additions and 0 deletions
12
.config/systemd/user/org.kde.kdeconnect.service
Normal file
12
.config/systemd/user/org.kde.kdeconnect.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Adds communication between KDE and your smartphone
|
||||
After=graphical-session.target
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.kde.kdeconnect
|
||||
ExecStart=/usr/lib/kdeconnectd
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
Loading…
Add table
Add a link
Reference in a new issue