dmenu

[fork] X11 menuing
git clone https://hhvn.uk/dmenu
git clone git://hhvn.uk/dmenu
Log | Files | Refs | README | LICENSE

dmenu_run (62B)


      1 #!/bin/sh
      2 
      3 dmenu_path | dmenu "$@" | exec ${SHELL:-"/bin/sh"}