summaryrefslogtreecommitdiff
path: root/dmenumount
diff options
context:
space:
mode:
Diffstat (limited to 'dmenumount')
-rwxr-xr-xdmenumount2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenumount b/dmenumount
index b37f139..9bd07d5 100755
--- a/dmenumount
+++ b/dmenumount
@@ -20,7 +20,7 @@ if [ -z "$DMENU" ]; then
if [ -n "$WAYLAND_DISPLAY" ]; then
DMENU="bemenu"
elif [ -n "$DISPLAY" ]; then
- DMENU="dmene"
+ DMENU="dmenu"
else
print "Can't tell if Wayland or X; what gives?\n"
exit 1