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