urxvt
Written on 3/25/2007 10:32:00 下午 by kimi
今天把xterm删了,装urxvt
sudo apt-get install rxvt-unicode
sudo vim .Xdefaults
加入
URxvt.foreground:white
URxvt.background:black
URxvt.fading:30
URxvt.scrollBar:False
URxvt.preeditType:Root
!! transparent background
URxvt.inheritPixmap:True
URxvt.tintColor:white
URxvt.shading:50
urxvt*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1,\
-wenquanyi-*-medium-r-normal--13-*-*-*-p-*-iso10646-1
这是我的.Xdefaults,其中inheritPixmap是打开透明效果,而tintColor则是半透明,其中选用的color,可以自己选用。看man吧。
由于全透明终端里的字看不清,我加了半透明。
sudo apt-get install rxvt-unicode
sudo vim .Xdefaults
加入
URxvt.foreground:white
URxvt.background:black
URxvt.fading:30
URxvt.scrollBar:False
URxvt.preeditType:Root
!! transparent background
URxvt.inheritPixmap:True
URxvt.tintColor:white
URxvt.shading:50
urxvt*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1,\
-wenquanyi-*-medium-r-normal--13-*-*-*-p-*-iso10646-1
这是我的.Xdefaults,其中inheritPixmap是打开透明效果,而tintColor则是半透明,其中选用的color,可以自己选用。看man吧。
由于全透明终端里的字看不清,我加了半透明。