~kris/suckless

dmenu

ref: 097f38a4bd85760e5cf322eb973d2f671673c289 dmenu/dmenu_run -rwxr-xr-x 262 bytes
097f38a4 — Kris Yotam Migrate to dmenu-flexipatch 7 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"} &