diff options
| -rwxr-xr-x | dmenu | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -28,6 +28,6 @@ if [ -n "$WAYLAND_DISPLAY" ]; then    unset ARGS  elif [ -n "$DISPLAY" ]; then    # X11 -  /usr/local/bin/dmenu $@ +  /usr/local/bin/dmenu "$@"  fi  unset TOFI_CONF | 
