diff --git a/builds/utils/phone b/builds/utils/phone index a0b3658..fbf2bbb 100755 --- a/builds/utils/phone +++ b/builds/utils/phone @@ -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