Add kdeconnect

This commit is contained in:
2022-05-02 20:41:23 +02:00
parent 7661621c00
commit add0adb9a0
3 changed files with 12 additions and 0 deletions

View File

@@ -32,4 +32,5 @@ Wants=steam.service
Wants=touchpad.service
Wants=xresources.service
Wants=yubikey-touch-detector.service
Wants=kdeconnect.service

View File

@@ -0,0 +1,8 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
ExecStart=/usr/bin/env kdeconnect-indicator
PassEnvironment=DISPLAY
Restart=always

View File

@@ -410,3 +410,6 @@ packages:
rust:
ubuntu: ["rustc", "cargo"]
archlinux: ["rust"]
kdeconnect:
ubuntu: ["kdeconnect"]
archlinux: ["kdeconnect"]