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