neodotfiles/user/.config/dmenu/dmenu_run
Clay Gomera 6e8cfc9ec3 Updated
updated everything
2022-06-06 22:15:35 -04:00

6 lines
No EOL
246 B
Bash

#!/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"} &