From bf93ab10c0e979374376b71028690a7b8e570e08 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 26 Aug 2024 00:41:29 -0500 Subject: [PATCH] add two things to the phone utility --- builds/utils/phone | 6 ++++++ 1 file changed, 6 insertions(+) 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