diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-01-23 19:11:38 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-23 19:11:38 -0500 |
| commit | 5286a17b15c03cba4d19bf275aa5cbc73d5c412e (patch) | |
| tree | b0d5290e6150f5edb1ec9295fdd0bc2bf5a92127 | |
| parent | ae5ebcee4d4c69ae1d6c1b01250107dcb3c1d51f (diff) | |
| parent | e32a1f5779f3626219316a57e796bfa6bf623b68 (diff) | |
| download | eibhear-5286a17b15c03cba4d19bf275aa5cbc73d5c412e.tar.gz eibhear-5286a17b15c03cba4d19bf275aa5cbc73d5c412e.tar.zst eibhear-5286a17b15c03cba4d19bf275aa5cbc73d5c412e.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
| -rwxr-xr-x | .local/bin/dmenumount | 2 | ||||
| -rw-r--r-- | .xprofile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.local/bin/dmenumount b/.local/bin/dmenumount index 6784402..e01c7eb 100755 --- a/.local/bin/dmenumount +++ b/.local/bin/dmenumount @@ -31,6 +31,8 @@ mountusb() { \ mountandroid() { \ chosen=$(echo "$anddrives" | dmenu -i -p "Which Android device?" | 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" simple-mtpfs --device "$chosen" "$mp" notify-send "🤖 Android Mounting" "Android device mounted to $mp." } @@ -11,4 +11,4 @@ dunst & # dunst for notifications xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle mpd-module-update & # Check for when to update the mpd module -notify-send -i /home/luke/.local/share/larbs/larbs.png "Welcome to LARBS" "Press super+F1 for the help menu." # LARBSWELCOME +notify-send -i ~/.local/share/larbs/larbs.png "Welcome to LARBS" "Press super+F1 for the help menu." # LARBSWELCOME |
