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