summaryrefslogtreecommitdiff
path: root/bm
diff options
context:
space:
mode:
Diffstat (limited to 'bm')
-rwxr-xr-xbm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bm b/bm
index c963fac..5e554b0 100755
--- a/bm
+++ b/bm
@@ -84,7 +84,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