~kris/suckless

dmenu

ref: 9d8d4f833a3ef5bf008871084bb75eb7842376e3 dmenu/dmenu_run -rwxr-xr-x 262 bytes
9d8d4f83 — Kris Yotam Update patches config 5 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"} &