dmenu
dynamic menu
git clone
git://mfeller.io/dmenu.git
Log
|
Files
|
Refs
|
README
|
LICENSE
dmenu_run (67B)
1
#!/bin/sh
2
dmenu_path | dmenu -i -h 40 "$@" | ${SHELL:-"/bin/sh"} &