diff --git a/config/i3/config b/config/i3/config index 464120f..7ed264a 100644 --- a/config/i3/config +++ b/config/i3/config @@ -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 diff --git a/scripts/scrcpy-autostart b/scripts/scrcpy-autostart index 02af24e..0c8f3ee 100755 --- a/scripts/scrcpy-autostart +++ b/scripts/scrcpy-autostart @@ -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