From 41161533a341d9317cee22a76e33cad9e2748ccc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Aug 2017 19:33:52 -0300 Subject: Leave rxvt bgcolor for Xresources --- terminal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'terminal') diff --git a/terminal b/terminal index f5aa675..9a1e094 100755 --- a/terminal +++ b/terminal @@ -31,10 +31,12 @@ if [ "$TERM" == "stterm" ]; then fi elif [ "$TERM" == "rxvt" ]; then if [ ! -z "$1" ]; then - rxvt-unicode -bg black +sb -fg white $FN_FONT $DIMENSIONS -title $TITLE \ + #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 - rxvt-unicode -bg black +sb -fg white $FN_FONT $DIMENSIONS -title $TITLE \ + #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 fi elif [ "$TERM" == "Eterm" ]; then -- cgit v1.2.3