make kdeconnect autoconnect work
This commit is contained in:
parent
e08c671a95
commit
e35562e6a4
@ -180,7 +180,7 @@ case "$(hostname)" in
|
||||
;;
|
||||
esac
|
||||
dunst & disown
|
||||
dbus-launch kdeonnect-indicator & disown
|
||||
phone pair & disown
|
||||
;;
|
||||
esac
|
||||
|
||||
|
7
builds/utils/phone
Executable file
7
builds/utils/phone
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
"pair")
|
||||
dbus-launch kdeconnect-cli -d 96613dd9_3f79_4050_a4a1_c4dfe7fead92 --pair
|
||||
;;
|
||||
esac
|
Loading…
Reference in New Issue
Block a user