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