Latest rxvt-unicode terminfo.
[profile.git] / .Xdefaults
1 ! Fix up terminals.
2 *colorBD: goldenrod
3 *colorIT: green
4 *colorUL: cyan
5 *cursorColor:   green
6 *.vt100.foreground: white
7 *.vt100.background: black
8
9 ! Force 96dpi fonts for Xft.
10 Xft.dpi: 96
11
12 ! allow Chinese font selection to work
13 Netscape*documentFonts.charset*big5.eten.3.10-1: x-x-big5
14 Netscape*documentFonts.xResolution*iso8859-1: 100
15 Netscape*documentFonts.yResolution*iso8859-1: 100
16 Mozilla*documentFonts.charset*big5.eten.3.10-1: x-x-big5
17
18 ! Make the crappy CDE terminal look less crappy.
19 Dtterm*dtTerm.background: black
20 Dtterm*dtTerm.foreground: white
21 Dtterm*menuBar: false
22 Dtterm*termName: dtterm
23 Dtterm*userFont: -dt-interface user-medium-r-normal-s*-*-*-*-m-*-*-*
24 Dtterm*dtTermView.marginHeight: 0
25 Dtterm*dtTermView.marginWidth: 0
26
27 ! transparency
28 !rxvt.inheritPixmap:    True
29 urxvt.foreground:       white
30 urxvt.background:       black
31 urxvt.borderColor:      black
32 urxvt.scrollBar_right:  True
33 urxvt.font: xft:DejaVu Sans Mono:pixelsize=12,xft:AR PL Uming HK
34 urxvt.multichar_encoding:       noenc
35 urxvt.title:    Penguin terminal
36 ! Centos5 refuses to read ~/.terminfo and find rxvt-unicode.
37 urxvt.saveLines: 512
38 urxvt.scrollstyle: next
39 urxvt.secondaryscroll: True
40 urxvt.answerbackString: urxvt
41 ! Change font size.
42 urxvt.perl-lib: .urxvt
43 urxvt.perl-ext: font
44 urxvt.keysym.M-minus: perl:font:smaller
45 urxvt.keysym.M-equal: perl:font:bigger
46
47 ! transparency
48 !rxvt*inheritPixmap:    True
49 rxvt*reverseVideo:      True
50 rxvt*scrollBar_right:   True
51 rxvt*font: fixed
52 rxvt*multichar_encoding:        noenc
53 rxvt*title:     Penguin terminal
54 rxvt*saveLines: 512
55
56 !rxvt-big5*inheritPixmap:       True
57 rxvt-big5*reverseVideo: True
58 rxvt-big5*scrollBar_right:      True
59 rxvt-big5*font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
60 rxvt-big5*boldFont:     -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-9
61 rxvt-big5*mfont:        -tlc-ming-medium-r-normal-*-16-120-100-100-c-160-big5-0
62 rxvt-big5*multichar_encoding:   big5
63 rxvt-big5*inputMethod:  xcin-big5
64 rxvt-big5*title:        Penguin terminal (Big 5)
65 !rxvt-big5*termName: xterm-color
66
67 !rxvt-gb2312*inheritPixmap:     True
68 rxvt-gb2312*reverseVideo:       True
69 rxvt-gb2312*scrollBar_right:    True
70 rxvt-gb2312*font:       -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
71 rxvt-gb2312*boldFont:   -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
72 rxvt-gb2312*mfont: -tlc-song-medium-r-normal-*-14-140-75-75-c-140-gb2312.1980-0
73 rxvt-gb2312*multichar_encoding: gb2312
74 rxvt-gb2312*inputMethod:        xcin-gb2312
75 rxvt-gb2312*title:      Penguin terminal (GB2312)
76 !rxvt-gb2312*termName: xterm-color
77
78 ! aewm
79 Palette.geometry: 1280x30+0+0
80 Palette.overrideRedirect: True
81 Palette*orientation: Horizontal
82 Palette*showGrip: False
83
84 ! Unshifted scrolling.
85 !XTerm.VT100.translations: #override \
86 !  <Key>Prior: scroll-back(1,page) \n\
87 !  <Key>Next: scroll-forw(1,page) \n
88
89 XTerm.*faceName: DejaVu Sans Mono
90 XTerm.*faceSize: 9
91 ! Old xterm will fall back to xterm if xterm-256color is not found.
92 XTerm.*termName: xterm-256color
93 ! Red Hat disables window resizing by default.
94 XTerm.*allowFontOps: true
95 XTerm.*allowWindowOps: true
96 XTerm.*rightScrollBar: true