#!/bin/sh dmenu_path | grep -vw -f /usr/local/bin/dmenu_exclude | dmenu "$@" | ${SHELL:-"/bin/sh"} &