summaryrefslogtreecommitdiff
path: root/bm
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-28 22:05:52 -0600
committerzachir <zachir@librem.one>2023-02-28 22:05:52 -0600
commitdf2356a3639c1262e6ea6534e6c69b0325514036 (patch)
tree93a9af84009dc27021fb386a83e788671f136757 /bm
parent20d778c95e7ea5f41e12f1b2f2d8d7a3c8de4abe (diff)
fix dmenu misspelling (there is no dmene=)
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