summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdmenu2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu b/dmenu
index 1361a33..ccd6a2f 100755
--- a/dmenu
+++ b/dmenu
@@ -28,6 +28,6 @@ if [ -n "$WAYLAND_DISPLAY" ]; then
unset ARGS
elif [ -n "$DISPLAY" ]; then
# X11
- dmenu $@
+ /usr/local/bin/dmenu $@
fi
unset TOFI_CONF