rxvt-unicode 是rxvt的一个变形版本,支持多个字体同时显示,并且完整的支持unicode的编码显示。
而且继承了rxvt的速度快的特性,并且扩展了其应用,支持C/S模式的启动,可以节省更多的内存。
它的启动命令一般是
urxvt rxvt-unicode 的通常启动命令,它独立占用内存
urxvtc rxvt-unicode 的Client启动方式,但需要urxvtd先启动
urxvtd rxvt-unicode 的deamon server,
urxvtcd rxvt-unicode 的deamon server 和 client的智能启动方式,它自动判断是否已经启动了deamon,如果没有则启动,然后启动client,如果有,则直接启动client。
下面主要的是如何配置rxvt-unicode,然它变的漂亮好用。
我这里是修改的 .Xresource文件,这样的好处就是不用设置长长的命令参数。
文件内容如下:
!! xrdb -load .Xresources
Xft.dpi:96
! Normal setting
!XIM
! if rxvt cant load fontset
!URxvt.preeditType:Root
! else
URxvt.preeditType:OverTheSpot
URxvt.imFont:fixed
! Xim end
URxvt.geometry:80x25
URxvt.visualBell:true
! transparent setting
URxvt.inheritPixmap:true
! Color setting
! light theme
! URxvt.cursorColor:blue
! URxvt.foreground:black
! URxvt.background:lightyellow
! URxvt.tintColor:lightgray
! URxvt.shading:-80
! dark theme
URxvt.cursorColor:green
URxvt.foreground:lightgray
URxvt.background:black
URxvt.tintColor:lightgray
URxvt.shading:30
! normal setting
URxvt.termName:rxvt-unicode
URxvt.cursorBlink:false
URxvt.saveLines:65535
URxvt.scrollBar_right:true
URxvt.scrollTtyKeypress:true
URxvt.scrollTtyOutput::false
URxvt.scrollWithBuffer:false
URxvt.scrollstyle:plain
!URxvt.font:xft:serif:pixelsize=13:antialias=false
!URxvt.font: 9x15bold,\
! -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
! -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1,\
! [codeset=cp936]xft:serif:antialias=false, \
! xft:simsun:antialias=false
URxvt.font: -*-fixed-medium-r-*--18-*-*-*-*-*-iso10646-1,\
xft:WenQuanYi Bitmap Song:pixelsize=14:antialias=false
!URxvt.font: -*-fixed-medium-r-*--18-*-*-*-*-*-iso10646-1,\
! xft:SimHei:pixelsize=14:antialias=false
|
阅读(2611) | 评论(0) | 转发(0) |