dmenu_run (262B)
1 #!/bin/sh 2 export _JAVA_AWT_WM_NONREPARENTING=1 3 dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & 4 5 # Uncomment for the NAVHISTORY patch (and remove the exec above) 6 #dmenu_path | dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} &