~kris/suckless

dmenu

ref: 541dead59a544fbd15390ad35f6412ca6ac64d32 dmenu/dmenu_run -rwxr-xr-x 262 bytes
541dead5 — Kris Yotam Add PNG_IMAGES_PATCH for inline image previews 2 months ago
                                                                                
1
2
3
4
5
6
#!/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"} &