mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update dmenumount
This commit is contained in:
parent
cb3c609ffa
commit
a7bf33c764
@ -18,7 +18,7 @@ getmount() { \
|
||||
mountusb() { \
|
||||
chosen="$(echo "$usbdrives" | dmenu -i -p "Mount which drive?" | awk '{print $2}')"
|
||||
sudo -A mount "$chosen" && exit 0
|
||||
getmount "/mnt /media /mount -maxdepth 3 -type d"
|
||||
getmount "/mnt /media /mount /home -maxdepth 5 -type d"
|
||||
sudo -A mount "$chosen" "$mp" && pgrep -x dunst && notify-send "$chosen mounted to $mp."
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user