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