]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Leave rxvt bgcolor for Xresources
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 22:33:52 +0000 (19:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 22:33:52 +0000 (19:33 -0300)
terminal

index f5aa6757128ef67382945f421149a7c6e91f7dfa..9a1e0942b9fdfe58b92df2aecb104e4685eabcd4 100755 (executable)
--- 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