dmenu-custom/dmenu_run
Luca Bilke 6e6e68c692
All checks were successful
Update void-packages template / Update xbps-src template (push) Successful in 38s
rework build process
2024-05-23 11:57:08 +02:00

6 lines
No EOL
262 B
Bash
Executable file

#!/bin/sh
export _JAVA_AWT_WM_NONREPARENTING=1
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
# 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"} &