Files
LICENSE
Makefile
README
arg.h
config.def.h
config.mk
dmenu.1
dmenu.c
dmenu_path
dmenu_run
drw.c
drw.h
stest.1
stest.c
util.c
util.h
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"} &