From e4a83592df7df870b4f360586d86c7538096d8bd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Aug 2017 19:34:21 -0300 Subject: Comment --- terminal | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3