WINLIST=`debbie wmctrl -l`
FOCUSWIN=`echo "$WINLIST" | grep -i "$1" | awk '{print $1}'`
# echo $FOCUSWIN 
FOCUSCMD="set-focus $FOCUSWIN ; wmctrl -i -a $FOCUSWIN"
# echo "$FOCUSCMD"
debbie "$FOCUSCMD"
# gxmessage "Focus set!"