dmenu/dmenu_run
Quentin Glidic dec9a28863 dmenu_run: Split cache logic to dmenu_path again
This allows to run dmenu_path to update the cache using
a packager manager hook system
2012-07-30 17:02:12 +02:00

3 lines
58 B
Bash
Executable file

#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &