added power manager

This commit is contained in:
2023-03-17 16:53:49 +05:00
parent 8f63f6fbf8
commit 952a809d70
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,8 @@ while true; do
if [ -L /dev/android_adb ]
then
scrcpy --turn-screen-off --stay-awake & sndcpy
# scrcpy --turn-screen-off --stay-awake & sndcpy
scrcpy --turn-screen-off --stay-awake
else
adb wait-for-device
fi