diff --git a/.local/bin/rofi-mount b/.local/bin/rofi-mount index f7a0f3b..2278c55 100755 --- a/.local/bin/rofi-mount +++ b/.local/bin/rofi-mount @@ -23,7 +23,7 @@ test -n "$usbdrives" && echo "USB" >> $TMPDRIVES test -n "$cddrives" && echo "CD" >> $TMPDRIVES test -n "$anddrives" && echo "Android" >> $TMPDRIVES -set -g basemount /mnt +set -g basemount /media function getmount