Quote:
Originariamente inviato da madforthenet
pensavo si potessero variare di + le font e irelativi colori infunzione dello sfondo....... oppure si può ed io ho toppato come al solito ?
ciao
|
dai retta a PiloZ:
wget -c
http://www.piloz.it/temp/rxvt-unicode-5.7.tar.bz2
tar -jxvf rxvt-unicode-5.7.tar.bz2
cd rxvt-unicode-5.7
./configure --enable-xgetdefault
make
su
make install
ctrl+d
emacs ~/.Xdefaults
Codice:
URxvt.borderLess: true
URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=13
URxvt.background: #000000
URxvt.foreground: #1ab916
URxvt.inheritPixmap: true
URxvt.loginShell: true
URxvt.saveLines: 1024
URxvt.scrollBar: false
URxvt.shading: 30
URxvt.tintColor: #ffffff
URxvt.geometry: 157x40+10+20