# aptitude install rxvt-unicode
經desty指點
修改~/.Xdefaults如下
URxvt.font: xft:DejaVu Sans Mono:pixelsize=16,\
xft:Firefly New Sung:pixelsize=16
URxvt.background: Black
URxvt.foreground: Gray
URxvt.inputMethod: gcin
URxvt.preeditType: OverTheSpot
URxvt.imLocale: zh_TW.UTF-8
URxvt.scrollBar: False
設定urxvt為預設值即可
update-alternatives --config x-terminal-emulator
感謝desty