diff options
Diffstat (limited to 'dmenuumount')
-rwxr-xr-x | dmenuumount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenuumount b/dmenuumount index b4785cf..3b4ef61 100755 --- a/dmenuumount +++ b/dmenuumount @@ -19,7 +19,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 |