aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/unmounter
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/unmounter')
-rwxr-xr-x.local/bin/unmounter2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/unmounter b/.local/bin/unmounter
index d43089f..fe1d01a 100755
--- a/.local/bin/unmounter
+++ b/.local/bin/unmounter
@@ -10,7 +10,7 @@ allunmountable="$(echo "$mounteddroids
$mounteddrives" | sed "/^$/d;s/ *$//")"
test -n "$allunmountable"
-chosen="$(echo "$allunmountable" | rofi -dmenu -i -p "Unmount which drive?")"
+chosen="$(echo "$allunmountable" | mew -i -p "Unmount which drive?")"
chosen="${chosen%% *}"
test -n "$chosen"