Add kdeconnect
This commit is contained in:
@@ -32,4 +32,5 @@ Wants=steam.service
|
||||
Wants=touchpad.service
|
||||
Wants=xresources.service
|
||||
Wants=yubikey-touch-detector.service
|
||||
Wants=kdeconnect.service
|
||||
|
||||
|
||||
8
autostart/services/kdeconnect.service
Normal file
8
autostart/services/kdeconnect.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
BindsTo=autostart.target
|
||||
After=windowmanager.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/env kdeconnect-indicator
|
||||
PassEnvironment=DISPLAY
|
||||
Restart=always
|
||||
@@ -410,3 +410,6 @@ packages:
|
||||
rust:
|
||||
ubuntu: ["rustc", "cargo"]
|
||||
archlinux: ["rust"]
|
||||
kdeconnect:
|
||||
ubuntu: ["kdeconnect"]
|
||||
archlinux: ["kdeconnect"]
|
||||
|
||||
Reference in New Issue
Block a user