My build of dmenu from suckless.org.
 
 
 
 
 
 

3 lines
58 B

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