aboutsummaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 19:33:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 19:33:52 -0300
commit41161533a341d9317cee22a76e33cad9e2748ccc (patch)
tree1cb398347171b88890654c4cb5bd5d623c64a3d6 /terminal
parentd5f34c1103a4e64c2cc2ac3cd363a7a6ec9f0355 (diff)
downloadutils-x11-41161533a341d9317cee22a76e33cad9e2748ccc.tar.gz
utils-x11-41161533a341d9317cee22a76e33cad9e2748ccc.tar.bz2
Leave rxvt bgcolor for Xresources
Diffstat (limited to 'terminal')
-rwxr-xr-xterminal6
1 files changed, 4 insertions, 2 deletions
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