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

2 行
58 B
Bash
可執行檔

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