]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Comment
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 22:34:21 +0000 (19:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 22:34:21 +0000 (19:34 -0300)
terminal

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