various smaller changes

This commit is contained in:
2020-12-30 15:48:47 +01:00
parent 99e8109bf0
commit de4272ac52
7 changed files with 9 additions and 10 deletions

View File

@ -35,7 +35,7 @@ mountandroid() { \
chosen="$(echo "$chosen" | cut -d : -f 1)"
getmount "$HOME -maxdepth 3 -type d"
simple-mtpfs --device "$chosen" "$mp"
echo "OK" | dmenu -i -p "Tap Allow on your phone if it asks for permission and then press enter" || exit 1
#echo "OK" | dmenu -i -p "Tap Allow on your phone if it asks for permission and then press enter" || exit 1
simple-mtpfs --device "$chosen" "$mp"
notify-send "🤖 Android Mounting" "Android device mounted to $mp."
}