diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 19:34:21 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 19:34:21 -0300 | 
| commit | e4a83592df7df870b4f360586d86c7538096d8bd (patch) | |
| tree | 93d2c984d7cade139361ac314de92af1fff50120 /terminal | |
| parent | 41161533a341d9317cee22a76e33cad9e2748ccc (diff) | |
| download | utils-x11-e4a83592df7df870b4f360586d86c7538096d8bd.tar.gz utils-x11-e4a83592df7df870b4f360586d86c7538096d8bd.tar.bz2  | |
Comment
Diffstat (limited to 'terminal')
| -rwxr-xr-x | terminal | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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  | 
