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