Look in HOME then PROFILE_HOME for .become files.
[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:       [70]black
31 urxvt.highlightColor:   [90]#8080ff
32 urxvt.depth:    32
33 urxvt.borderColor:      [70]black
34 urxvt.scrollBar_right:  True
35 urxvt.font: xft:DejaVu Sans Mono:pixelsize=12,xft:AR PL Uming HK
36 urxvt.multichar_encoding:       noenc
37 urxvt.title:    Penguin terminal
38 ! Centos5 refuses to read ~/.terminfo and find rxvt-unicode.
39 urxvt.saveLines: 512
40 urxvt.scrollstyle: next
41 urxvt.secondaryscroll: True
42 urxvt.answerbackString: urxvt
43 ! Change font size.
44 urxvt.perl-lib: .urxvt
45 urxvt.perl-ext: font
46 urxvt.keysym.M-minus: perl:font:smaller
47 urxvt.keysym.M-equal: perl:font:bigger
48
49 ! transparency
50 !rxvt*inheritPixmap:    True
51 rxvt*reverseVideo:      True
52 rxvt*scrollBar_right:   True
53 rxvt*font: fixed
54 rxvt*multichar_encoding:        noenc
55 rxvt*title:     Penguin terminal
56 rxvt*saveLines: 512
57
58 !rxvt-big5*inheritPixmap:       True
59 rxvt-big5*reverseVideo: True
60 rxvt-big5*scrollBar_right:      True
61 rxvt-big5*font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
62 rxvt-big5*boldFont:     -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-9
63 rxvt-big5*mfont:        -tlc-ming-medium-r-normal-*-16-120-100-100-c-160-big5-0
64 rxvt-big5*multichar_encoding:   big5
65 rxvt-big5*inputMethod:  xcin-big5
66 rxvt-big5*title:        Penguin terminal (Big 5)
67 !rxvt-big5*termName: xterm-color
68
69 !rxvt-gb2312*inheritPixmap:     True
70 rxvt-gb2312*reverseVideo:       True
71 rxvt-gb2312*scrollBar_right:    True
72 rxvt-gb2312*font:       -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
73 rxvt-gb2312*boldFont:   -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
74 rxvt-gb2312*mfont: -tlc-song-medium-r-normal-*-14-140-75-75-c-140-gb2312.1980-0
75 rxvt-gb2312*multichar_encoding: gb2312
76 rxvt-gb2312*inputMethod:        xcin-gb2312
77 rxvt-gb2312*title:      Penguin terminal (GB2312)
78 !rxvt-gb2312*termName: xterm-color
79
80 ! aewm
81 Palette.geometry: 1280x30+0+0
82 Palette.overrideRedirect: True
83 Palette*orientation: Horizontal
84 Palette*showGrip: False
85
86 ! Unshifted scrolling.
87 !XTerm.VT100.translations: #override \
88 !  <Key>Prior: scroll-back(1,page) \n\
89 !  <Key>Next: scroll-forw(1,page) \n
90
91 XTerm.*faceName: DejaVu Sans Mono
92 XTerm.*faceSize: 9
93 ! Old xterm will fall back to xterm if xterm-256color is not found.
94 XTerm.*termName: xterm-256color
95 ! Red Hat disables window resizing by default.
96 XTerm.*allowFontOps: true
97 XTerm.*allowWindowOps: true
98 XTerm.*rightScrollBar: true