From: Silvio Rhatto Date: Sat, 19 Aug 2017 22:34:21 +0000 (-0300) Subject: Comment X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e4a83592df7df870b4f360586d86c7538096d8bd;p=utils-x11.git Comment --- diff --git a/terminal b/terminal index 9a1e094..4cbf7cd 100755 --- a/terminal +++ b/terminal @@ -31,10 +31,12 @@ if [ "$TERM" == "stterm" ]; then 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