#!/bin/sh dmenu_path | dmenu -i -y 340 -z 500 -l 20 -x 700 "$@" | ${SHELL:-"/bin/sh"} &