diff options
Diffstat (limited to 'dmenuunicode')
-rwxr-xr-x | dmenuunicode | 2 |
1 files changed, 1 insertions, 1 deletions
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 |