#!/bin/sh -x . $HOME/.bin/_config S="$($DMENU_CMD -p "Terminal:" < /dev/null)" [ ! -z "$S" ] && sterm -e "ksh -ic \"$S\""