Feature tidyup.
[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.scrollBar_right:  True
32 urxvt.font: xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9
33 urxvt.multichar_encoding:       noenc
34 urxvt.title:    Penguin terminal
35 ! Centos5 refuses to read ~/.terminfo and find rxvt-unicode.
36 urxvt.termName: xterm-88color
37 urxvt.saveLines: 512
38 urxvt.scrollstyle: next
39 urxvt.secondaryscroll: True
40 urxvt.answerbackString: urxvt
41 ! Change font size.
42 urxvt.keysym.M-minus: command:\033]50;xft:DejaVu Sans Mono:pixelsize=10:aspect=0.9\007
43 urxvt.keysym.M-equal: command:\033]50;xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9\007
44
45 ! transparency
46 !rxvt*inheritPixmap:    True
47 rxvt*reverseVideo:      True
48 rxvt*scrollBar_right:   True
49 rxvt*font: fixed
50 rxvt*multichar_encoding:        noenc
51 rxvt*title:     Penguin terminal
52 rxvt*termName: xterm-color
53 rxvt*saveLines: 512
54
55 !rxvt-big5*inheritPixmap:       True
56 rxvt-big5*reverseVideo: True
57 rxvt-big5*scrollBar_right:      True
58 rxvt-big5*font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
59 rxvt-big5*boldFont:     -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-9
60 rxvt-big5*mfont:        -tlc-ming-medium-r-normal-*-16-120-100-100-c-160-big5-0
61 rxvt-big5*multichar_encoding:   big5
62 rxvt-big5*inputMethod:  xcin-big5
63 rxvt-big5*title:        Penguin terminal (Big 5)
64 !rxvt-big5*termName: xterm-color
65
66 !rxvt-gb2312*inheritPixmap:     True
67 rxvt-gb2312*reverseVideo:       True
68 rxvt-gb2312*scrollBar_right:    True
69 rxvt-gb2312*font:       -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
70 rxvt-gb2312*boldFont:   -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
71 rxvt-gb2312*mfont: -tlc-song-medium-r-normal-*-14-140-75-75-c-140-gb2312.1980-0
72 rxvt-gb2312*multichar_encoding: gb2312
73 rxvt-gb2312*inputMethod:        xcin-gb2312
74 rxvt-gb2312*title:      Penguin terminal (GB2312)
75 !rxvt-gb2312*termName: xterm-color
76
77 ! aewm
78 Palette.geometry: 1280x30+0+0
79 Palette.overrideRedirect: True
80 Palette*orientation: Horizontal
81 Palette*showGrip: False
82
83 ! Unshifted scrolling.
84 !XTerm.VT100.translations: #override \
85 !  <Key>Prior: scroll-back(1,page) \n\
86 !  <Key>Next: scroll-forw(1,page) \n
87
88 XTerm.*faceName: DejaVu Sans Mono
89 XTerm.*faceSize: 9
90 ! Old xterm will fall back to xterm if xterm-256color is not found.
91 XTerm.*termName: xterm-256color