neodotfiles/user/.config/suckless/dmenu/dmenu_run

6 lines
246 B
Text
Raw Normal View History

2022-06-07 02:15:35 +00:00
#!/bin/sh
export _JAVA_AWT_WM_NONREPARENTING=1
exec $(dmenu_path | dmenu "$@")
# 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"} &