dmenu/dmenu_run

3 lines
58 B

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