|
发表于 2004-4-30 02:08:52
|
显示全部楼层
我用的是 debian 的 rxvt-ml 我的 .Xdefaults
cat .Xdefaults
[code:1]
##############################################################
#
# RXVT
#
###############################################################
#Rxvt*foreground: Green
Rxvt*foreground: White
Rxvt*background: Black
#Rxvt*foreground: White
#Rxvt*transparent: true
#Rxvt.transparency: 20
Rxvt*scrollBar: false
Rxvt*transpscrollbar: true
Rxvt*scrollBar_right: true
Rxvt*pointerColor: Orchid
Rxvt*cursorColor: Orchid
Rxvt*geometry: 91x24
#Rxvt*font:8x16
#Rxvt*font:7x14
#Rxvt.font:fixed
Rxvt.font:-misc-fixed-medium-r-normal-*-14-*-*-*-*-*-*-*
#Rxvt.font:smoothansi.se
#Rxvt.font:-dec-terminal-medium-r-normal-*-*-140-75-75-c-*-iso8859-1
Rxvt.mfont:-misc-simsun-medium-r-normal-*-14-*-*-*-c-*-gb*-*
Rxvt.preeditType:Root
# background transparent
#Rxvt.inheritPixmap: true
#Rxvt*color0: PaleGreen
Rxvt*color1: Orange
#Rxvt*color2: PaleGreen
#Rxvt*color3: PaleGreen
Rxvt*color4: DarkSlateGray
#Rxvt*color6: #6a997b
#Rxvt*color7: white
#Rxvt*color8: OrangeRed
#Rxvt*color9: OrangeRed
#Rxvt*color10: LightGoldenrod
#Rxvt*color11: OrangeRed
Rxvt*color12: LightBlue
#Rxvt*color13: LightSalmon
#Rxvt*colro14: Pink
#Rxvt*color15: PaleGreen
#Rxvt*colorBD: PaleGreen
#Rxvt*colorUL: PaleGreen
[/code:1]
===> man rxvt
Note: "rxvt --help" gives a list of all resources (long options) compiled into your version. If compiled with
internal Xresources support (i.e. rxvt -h lists .Xdefaults) then rxvt accepts application defaults set in XAP-PLOADDIR/Rxvt (compile-time defined: usually /usr/lib/X11/app-defaults/Rxvt) and resources set in ~/.Xdefaults, or
~/.Xresources if ~/.Xdefaults does not exist. Note that when reading X resources, rxvt recognizes two class names: XTerm and Rxvt. The class name XTerm allows resources common to both rxvt and xterm to be easily config-ured, while the class name Rxvt allows resources unique to rxvt, notably colours and key-handling, to be shared between different rxvt configurations. If no resources are specified, suitable defaults will be used. Command-line arguments can be used to override resource settings. The following resources are allowed:
1. 大小写有关系
2. * 似乎可以,:) 我的 rxvt 可以用 (看了你用的) |
|