From df2356a3639c1262e6ea6534e6c69b0325514036 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 28 Feb 2023 22:05:52 -0600 Subject: fix dmenu misspelling (there is no dmene=) --- bm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bm') 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 -- cgit v1.2.3