aboutsummaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
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