Export PROFILE_HOME.
[profile.git] / .Xdefaults
index 1e40f40..686b18f 100644 (file)
@@ -1,5 +1,5 @@
 ! Fix up terminals.
-*colorBD: yellow
+*colorBD: goldenrod
 *colorIT: green
 *colorUL: cyan
 *cursorColor:  green
@@ -27,16 +27,24 @@ Dtterm*dtTermView.marginWidth: 0
 ! transparency
 !rxvt.inheritPixmap:   True
 urxvt.foreground:      white
-urxvt.background:      black
+urxvt.background:      [70]black
+urxvt.highlightColor:  [90]#8080ff
+urxvt.depth:   32
+urxvt.borderColor:     [70]black
 urxvt.scrollBar_right: True
-urxvt.secondaryScroll: True
-urxvt.font: xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9
+urxvt.font: xft:DejaVu Sans Mono:pixelsize=12,xft:AR PL Uming HK
 urxvt.multichar_encoding:      noenc
 urxvt.title:   Penguin terminal
-!urxvt.termName: xterm-color
+! Centos5 refuses to read ~/.terminfo and find rxvt-unicode.
 urxvt.saveLines: 512
 urxvt.scrollstyle: next
+urxvt.secondaryscroll: True
 urxvt.answerbackString: urxvt
+! Change font size.
+urxvt.perl-lib: .urxvt
+urxvt.perl-ext: font
+urxvt.keysym.M-minus: perl:font:smaller
+urxvt.keysym.M-equal: perl:font:bigger
 
 ! transparency
 !rxvt*inheritPixmap:   True
@@ -45,7 +53,6 @@ rxvt*scrollBar_right: True
 rxvt*font: fixed
 rxvt*multichar_encoding:       noenc
 rxvt*title:    Penguin terminal
-!rxvt*termName: xterm-color
 rxvt*saveLines: 512
 
 !rxvt-big5*inheritPixmap:      True
@@ -83,4 +90,9 @@ Palette*showGrip: False
 
 XTerm.*faceName: DejaVu Sans Mono
 XTerm.*faceSize: 9
+! Old xterm will fall back to xterm if xterm-256color is not found.
 XTerm.*termName: xterm-256color
+! Red Hat disables window resizing by default.
+XTerm.*allowFontOps: true
+XTerm.*allowWindowOps: true
+XTerm.*rightScrollBar: true