用GNOME-terminal不是很好吗?
下面是我用的rxvt-unicode配置,
~/.Xdefaults 或者/.Xresources
[code:1]
URxvt.geometry: 90x25+180+200
URxvt.background: gray25
URxvt.foreground: gray85
Rxvt.colorBD:yellow
Rxvt.colorUL:green
!URxvt.cursorColor: red3
URxvt.color0: black
URxvt.color1: red3
URxvt.color2:springgreen
URxvt.color3:wheat3
URxvt.color4:navy
URxvt.color5:magenta4
URxvt.color6: steelblue1
URxvt.color7:gray85
URxvt.color8:gray10
URxvt.color9: orangered2
URxvt.color10: chartreuse3
URxvt.color11: lightgoldenrod2
URxvt.color12: skyblue1
URxvt.color13:pink1
URxvt.color14:lightblue1
Rxvt.scrollBar:True
Rxvt.scrollBar_right:True
Rxvt.scrollBar_floating: False
Rxvt.scrollstyle:next
Rxvt.saveLines:3000
!!Rxvt.font:-wqy-yhunifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
!Rxvt.font:xft:AR PL ShanHeiSun Uni
!URxvt.font:xft:serif
!URxvt.font:xft:SimSun
URxvt.font: xft:Bitstream Vera Sans Mono-11,xft:SimSun-12
URxvt.boldFont: xft:Bitstream Vera Sans Mono-11:Bold,xft:SimSun-12:Bold
!Rxvt.menu:/etc/X11/rxvt.menu
URxvt.preeditType:Root
[/code:1]