fi
elif [ "$TERM" == "rxvt" ]; then
if [ ! -z "$1" ]; then
+ # Background color should be set at ~/.Xresources
#rxvt-unicode -bg black +sb -fg white $FN_FONT $DIMENSIONS -title $TITLE \
rxvt-unicode +sb -fg white $FN_FONT $DIMENSIONS -title $TITLE \
-e bash -rcfile $HOME/.terminal -c "$*"
else
+ # Background color should be set at ~/.Xresources
#rxvt-unicode -bg black +sb -fg white $FN_FONT $DIMENSIONS -title $TITLE \
rxvt-unicode +sb -fg white $FN_FONT $DIMENSIONS -title $TITLE \
-e bash -rcfile $HOME/.terminal