dmenu.sh 73 B

123456
  1. #!/bin/dash
  2. DMENU="dmenu"
  3. MENU="dmenu -fn monofix"
  4. $MENU "$@"
  5. echo $MENU