|
发表于 2005-5-21 22:36:10
|
显示全部楼层
Post by jhuangjiahua
chen1960:
用我贴出的配置就可以,跟字体有关的
改了以后 rxvt 就没有延时
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! RXVT setting
- Rxvt.background:black
- Rxvt.foreground:white
- Rxvt.colorBD:yellow
- Rxvt.colorUL:green
- !!Rxvt.multichar_encoding:gb2312
- Rxvt.scrollBar:True
- Rxvt.scrollBar_right:True
- Rxvt.scrollBar_floating: False
- Rxvt.scrollstyle:next
- Rxvt.saveLines:3000
- Rxvt.color12:DodgerBlue
- !!Rxvt.font:-wqy-yhunifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
- Rxvt.font:7x14,xft:AR PL New Sung
- !!URxvt.font:-wqy-yhunifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
- URxvt.font:7x14,xft:AR PL New Sung
- !!Rxvt.mfont:-wqy-yhunifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
- Rxvt.menu:/etc/X11/rxvt.menu
- Rxvt.preeditType:Root
复制代码
可以写到 ~/.Xresources 里面
或 /etc/X11/app-defaults/Rxvt 里面
我用的字体是 FireFly 前辈的 AR PL New Sung 字体
你可以换成你自己喜欢的其它
多谢jhuangjiahua大侠了。刚才试了一下。不行。还是老样子。
[root@chenpp ~]# cat .Xresources
!!!!!!!!!!!!!!!!!!!!!!!!
!!RXVT setting
Rxvt.background:black
Rxvt.foreground:white
Rxvt.colorBD:yellow
Rxvt.colorUL:green
!!Rxvt.multichar_encoding:gb2312
Rxvt.scrollBar:True
Rxvt.scrollBar_right:True
Rxvt.scrollBar_floating: False
Rxvt.scrollstyle:next
Rxvt.saveLines:3000
Rxvt.color12odgerBlue
!!Rxvt.font:-wqy-yhunifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
Rxvt.font:7x14,xft:AR PL New Sung
!!URxvt.font:-wqy-yhunifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
URxvt.font:7x14,xft:AR PL New Sung
!!Rxvt.mfont:-wqy-yhunifont-medium-r-normal--16-160-75-75-c-80-iso10646-1
Rxvt.menu:/etc/X11/rxvt.menu
Rxvt.preeditType:Root
我有安装FIREFLY大侠的字体。
未必是输入法的原因,也许是locale的原因。试试env LANG=zh_CN urxvt来执行。如果快了,可能就是locale的原因。
多谢diony大侠了。试了一下,变好了。我的locale是zh_CN.UTF-8.看troll的介绍里说urxvt支持utf8,才pacman -S 了一个
[root@chenpp ~]# pacman -Q |grep rxvt
rxvt-unicode-cvs 20050512-1
。难道我的locale设的不对?
zh_CN不就是zh_CN.GB2312么? |
|