dot/Xdefaults: Some xterm fiddling.
[profile] / dot / Xdefaults
1 !!! .Xdefaults
2
3 !!!--------------------------------------------------------------------------
4 !!! Global configuration.
5
6 !! Macros for processing the rest of this file.
7 #define HELV_MR10 -adobe-helvetica-medium-r-normal--10-*-*-*-p-*-iso10646-1
8 #define HELV_MR12 -adobe-helvetica-medium-r-normal--12-*-*-*-p-*-iso10646-1
9 #define HELV_BR12 -adobe-helvetica-bold-r-normal--12-*-*-*-p-*-iso10646-1
10 #define HELV_MI12 -adobe-helvetica-medium-i-normal--12-*-*-*-p-*-iso10646-1
11 #define FIXED -trad-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
12 #define NICEFONT HELV_MR10
13
14 !! General configuration.
15 ?*font: NICEFONT
16 ?*background: lightgrey
17 ?*foreground: black
18 *cursor: left_ptr
19
20 !! Xft settings.
21 Xft.dpi: 75
22 Xft.hintstyle: hintslight
23 Xft.hinting: true
24 Xft.antialias: true
25 Xft.rgba: none
26
27 !! Xcursor settings.
28 Xcursor.size: 24
29
30 !! Athena-related settings.
31 ?*Text.background: white
32 ?*AsciiSink*background: white
33 *Label.borderColor: lightgrey
34 ?*List.background: white
35 *highlightThickness: 0
36 *beNiceToColormap: false
37 *useRight: true
38 *useBottom: true
39
40 !!!--------------------------------------------------------------------------
41 !!! Application-specific settings.
42
43 !! Wily.
44 wily*p9font: FIXED
45 wily*font: FIXED
46 wily*fixed: FIXED
47
48 !! Edwin.
49 edwin*font: FIXED
50
51 !! XTerm.
52 XTerm.vt100.geometry: 80x35
53 XTerm.vt100*font: FIXED
54 XTerm.vt100.foreground: white
55 XTerm.vt100.background: black
56 XTerm.vt100.internalBorder: 0
57 XTerm*termName: xterm-256color
58 XTerm*scrollBar: true
59 XTerm*saveLines: 1000
60 XTerm*scrollTtyOutput: false
61 XTerm*scrollKey: true
62 XTerm*rightScrollBar: true
63 XTerm*metaSendsEscape: true
64 XTerm*eightBitInput: true
65 XTerm*VT100*translations: #override \
66 <Btn4Down>: scroll-back(1,halfpage) \n\
67 <Btn5Down>: scroll-forw(1,halfpage)
68
69 !! XConsole.
70 XConsole*font: FIXED
71 XConsole*background: #002000
72 XConsole*foreground: #54ff9f
73 XConsole*geometry: 485x455
74
75 !! Emacs.
76 #define _GEOM(wd, ht) wd##x##ht
77 #define GEOM(wd, ht) _GEOM(wd, ht)
78 emacs.geometry: GEOM(EMACSWD,33)
79 Emacs.pane.menubar.font: NICEFONT
80 Emacs.menu*.font: NICEFONT
81 Emacs.font: FIXED
82 Emacs.fontBackend: x,xft
83 Emacs.cursorColor: red
84 Emacs.bitmapIcon: true
85 Emacs*foreground: white
86 Emacs*background: darkblue
87 Emacs.pane.menubar.foreground: black
88 Emacs.pane.menubar.background: lightgrey
89 Emacs.menu*foreground: black
90 Emacs.menu*background: lightgrey
91 Emacs.scrollbar*attributeBackground: lightgrey
92 Emacs.toolBar: 0
93 Emacs.menuBar: on
94 Emacs.verticalScrollBars: right
95
96 !! VNC.
97 xvncviewer*shareDesktop: true
98 xvncviewer*desktop.translations: #override\n\
99 <Key>F8: SendRFBEvent()\n\
100 !Ctrl<Key>Escape: ShowPopup()
101
102 !! YTalk.
103 YTalk*font: FIXED
104
105 !! Xman.
106 xman*bothShown: true
107 xman*topBox: false
108 xman*manualBrowser.geometry: 500x888
109 xman*manualPage.translations: #augment\n\
110 <Key>Down: Page(Line, 1)\n\
111 <Key>Up: Page(Line, -1)\n\
112 <Key>Next: Page(Forward)\n\
113 <Key>Prior: Page(Back)
114
115 !! Xlock.
116 xlock.mode: random
117 xlock.enablesaver: true
118 xlock*background: black
119 xlock*foreground: white
120 xlock*erasedelay: 100
121 xlock*boil: true
122 xlock*trek: 0
123
124 phosphor*cursor: 333
125 phosphor*delay: 60000
126 phosphor*program: /usr/games/fortune
127 phosphor*font: fixed
128 phosphor*scale: 3
129 phosphor*ticks: 20
130 noseguy*program: /usr/games/fortune -s
131
132 !! XDvi
133 XDvi.keepPosition: true
134 XDvi.shrinkFactor: 6
135 XDvi.background: white
136 XDvi.expert: true
137 XDvi.statusline: false
138 XDvi.Hush: true
139 XDvi.thorough: true
140 XDvi.gsAlpha: true
141 XDvi.not1lib: true
142 XDvi.watchFile: 1
143 xdvirv.background: black
144 xdvirv.foreground: white
145 xdvirv.highlight: black
146
147 !! xbiff.
148 xbiff*volume: 0
149
150 !! tkinfo.
151 tkinfo*pagesep: 0
152 tkinfo*showballoons: 0
153 tkinfo*geometry: 80x54
154 tkinfo*linkfont: FIXED
155 tkinfo*highlightfont: FIXED
156 tkinfo*searchfont: FIXED
157 tkinfo*Text.font: FIXED
158
159 !! xdaliclock.
160 xdaliclock*mode: 24
161 xdaliclock*datemode: yy/mm/dd
162 xdaliclock*cycle: true
163 xdaliclock*memory: low
164 !! xdaliclock*font: \
165 !! -*-palatino-bold-i-normal--*-360-*-*-p-*-iso8859-1
166 xdaliclock*font: BUILTIN
167
168 !! xboard.
169 xboard*boardSize: small
170 xboard*firstChessProgram: crafty
171 xboard*secondChessProgram: crafty
172
173 !! dtwm (bletch).
174 dtwm*iconPlacement: top right tight
175
176 !! XLess.
177 xless*labelFont: NICEFONT
178 xless*buttonFont: NICEFONT
179 xless*textFont: FIXED
180 xless*editorDoesWindows: true
181
182 !! Ghostview.
183 ghostview*page.background: white
184 ghostview*magstep: 2
185
186 !! XZX.
187 xzx*scale: 2
188 xzx*joyUp: q
189 xzx*joyDown: a
190 xzx*joyLeft: i
191 xzx*joyRight: o
192 xzx*joyFire: space
193 xzx*sound: true
194 xzx*mf128: true
195 xzx*libDir: .:/usr/lib/xzx:/usr/local/share/spectrum
196
197 !! Axiom hyperdoc.
198 Axiom.hyperdoc.RmFont: HELV_MR12
199 Axiom.hyperdoc.BoldFont: HELV_BR12
200 Axiom.hyperdoc.ActiveFont: HELV_MR12
201 Axiom.hyperdoc.EmphasizeFont: HELV_MI12
202 Axiom.hyperdoc.ActiveColor: blue
203 Axiom.hyperdoc.AxiomFont: FIXED
204 Axiom.hyperdoc.TtFont: FIXED
205 Axiom.hyperdoc.InputForeground: black
206 Axiom.hyperdoc.InputBackground: white
207 Axiom.hyperdoc.Background: lightgrey
208