added power manager
This commit is contained in:
parent
8f63f6fbf8
commit
952a809d70
@ -207,3 +207,6 @@ exec --no-startup-id /home/shihaam/.scripts/scrcpy-autostart
|
||||
|
||||
# start activty watcher
|
||||
exec --no-startup-id aw-qt
|
||||
|
||||
# start power mmanager
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user