Added border, center, fuzzymatch, incremental, initialtext, instant, line-height, mouse-support, navhistory, non-blocking-stdin, password, pipeout, printinputtext, rejectnomatch, scroll, vertfull, wmtype and xyw patches
2019-09-19 00:33:15 +02:00
|
|
|
#!/bin/sh
|
2021-05-15 12:51:58 +02:00
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
2020-04-16 11:21:30 +02:00
|
|
|
exec $(dmenu_path | dmenu "$@")
|
2021-07-26 12:10:44 +02:00
|
|
|
|
|
|
|
# Uncomment for the NAVHISTORY patch (and remove the exec above)
|
|
|
|
#dmenu_path | dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} &
|