From 6ccd0c98b897d34b88843c58e2572a90b65aed14 Mon Sep 17 00:00:00 2001 From: zachir <zachir@librem.one> Date: Tue, 28 Feb 2023 22:06:21 -0600 Subject: fix dmenu misspelling (there is no dmene) --- dmenuunicode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenuunicode') diff --git a/dmenuunicode b/dmenuunicode index 1358fad..4af8870 100755 --- a/dmenuunicode +++ b/dmenuunicode @@ -17,7 +17,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