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
|
2023-04-03 10:45:38 +02:00
|
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|
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"} &
|