add two things to the phone utility
This commit is contained in:
parent
6946936158
commit
bf93ab10c0
|
@ -4,4 +4,10 @@ case "$1" in
|
|||
"pair")
|
||||
dbus-launch kdeconnect-cli -d 96613dd9_3f79_4050_a4a1_c4dfe7fead92 --pair
|
||||
;;
|
||||
"screen")
|
||||
scrcpy
|
||||
;;
|
||||
"help")
|
||||
echo "pair -- to init kdeconnect and screen, to run scrcpy"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue