add two things to the phone utility

This commit is contained in:
stupidcomputer 2024-08-26 00:41:29 -05:00
parent 6946936158
commit bf93ab10c0
1 changed files with 6 additions and 0 deletions

View File

@ -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