1
0
src/dmenubar/dmenu_run
Quentin Glidic 93c482544c 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"} &