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