aboutsummaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 19:34:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 19:34:21 -0300
commite4a83592df7df870b4f360586d86c7538096d8bd (patch)
tree93d2c984d7cade139361ac314de92af1fff50120 /terminal
parent41161533a341d9317cee22a76e33cad9e2748ccc (diff)
downloadutils-x11-e4a83592df7df870b4f360586d86c7538096d8bd.tar.gz
utils-x11-e4a83592df7df870b4f360586d86c7538096d8bd.tar.bz2
Comment
Diffstat (limited to 'terminal')
-rwxr-xr-xterminal2
1 files changed, 2 insertions, 0 deletions
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