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=) --- ffc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffc') diff --git a/ffc b/ffc index 117523c..ac83c56 100755 --- a/ffc +++ b/ffc @@ -26,7 +26,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