mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Android unmount fix
This commit is contained in:
parent
87b75c610b
commit
d8a584e0df
@ -13,7 +13,7 @@ unmountusb() {
|
||||
unmountandroid() { \
|
||||
chosen=$(awk '/simple-mtpfs/ {print $2}' /etc/mtab | dmenu -i -p "Unmount which device?")
|
||||
[ -z "$chosen" ] && exit
|
||||
fusermount -u "$chosen" && pgrep -x dunst && notify-send "$chosen unmounted."
|
||||
sudo -A umount -l "$chosen" && pgrep -x dunst && notify-send "$chosen unmounted."
|
||||
}
|
||||
|
||||
asktype() { \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user