dot/Xdefaults: Remove spurious blank line.
[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*scrollBar: true
57 XTerm*saveLines: 1000
58 XTerm*scrollTtyOutput: false
59 XTerm*scrollKey: true
60 XTerm*rightScrollBar: true
61 XTerm*metaSendsEscape: true
62 XTerm*eightBitInput: true
63 XTerm*VT100*translations: #override \
64 <Btn4Down>: scroll-back(1,halfpage) \n\
65 <Btn5Down>: scroll-forw(1,halfpage)
66
67 !! XConsole.
68 XConsole*font: FIXED
69 XConsole*background: #002000
70 XConsole*foreground: #54ff9f
71 XConsole*geometry: 485x455
72
73 !! Emacs.
74 emacs.geometry: 77x33
75 Emacs.pane.menubar.font: NICEFONT
76 Emacs.menu*.font: NICEFONT
77 Emacs.font: FIXED
78 Emacs.fontBackend: x,xft
79 Emacs.cursorColor: red
80 Emacs.bitmapIcon: true
81 Emacs*foreground: white
82 Emacs*background: black
83 Emacs.pane.menubar.foreground: black
84 Emacs.pane.menubar.background: lightgrey
85 Emacs.menu*foreground: black
86 Emacs.menu*background: lightgrey
87 Emacs.scrollbar*attributeBackground: lightgrey
88 Emacs.toolBar: 0
89 Emacs.verticalScrollBars: right
90
91 !! VNC.
92 xvncviewer*shareDesktop: true
93 xvncviewer*desktop.translations: #override\n\
94 <Key>F8: SendRFBEvent()\n\
95 !Ctrl<Key>Escape: ShowPopup()
96
97 !! YTalk.
98 YTalk*font: FIXED
99
100 !! Xman.
101 xman*bothShown: true
102 xman*topBox: false
103 xman*manualBrowser.geometry: 500x888
104 xman*manualPage.translations: #augment\n\
105 <Key>Down: Page(Line, 1)\n\
106 <Key>Up: Page(Line, -1)\n\
107 <Key>Next: Page(Forward)\n\
108 <Key>Prior: Page(Back)
109
110 !! Xlock.
111 xlock.mode: random
112 xlock.enablesaver: true
113 xlock*background: black
114 xlock*foreground: white
115 xlock*erasedelay: 100
116 xlock*boil: true
117 xlock*trek: 0
118
119 phosphor*cursor: 333
120 phosphor*delay: 60000
121 phosphor*program: /usr/games/fortune
122 phosphor*font: fixed
123 phosphor*scale: 3
124 phosphor*ticks: 20
125 noseguy*program: /usr/games/fortune -s
126
127 !! XDvi
128 XDvi.keepPosition: true
129 XDvi.shrinkFactor: 6
130 XDvi.background: white
131 XDvi.expert: true
132 XDvi.statusline: false
133 XDvi.Hush: true
134 XDvi.thorough: true
135 XDvi.gsAlpha: true
136 XDvi.not1lib: true
137 XDvi.watchFile: 1
138 xdvirv.background: black
139 xdvirv.foreground: white
140 xdvirv.highlight: black
141
142 !! xbiff.
143 xbiff*volume: 0
144
145 !! tkinfo.
146 tkinfo*pagesep: 0
147 tkinfo*showballoons: 0
148 tkinfo*geometry: 80x54
149 tkinfo*linkfont: FIXED
150 tkinfo*highlightfont: FIXED
151 tkinfo*searchfont: FIXED
152 tkinfo*Text.font: FIXED
153
154 !! xdaliclock.
155 xdaliclock*mode: 24
156 xdaliclock*datemode: yy/mm/dd
157 xdaliclock*cycle: true
158 xdaliclock*memory: low
159 !! xdaliclock*font: \
160 !! -*-palatino-bold-i-normal--*-360-*-*-p-*-iso8859-1
161 xdaliclock*font: BUILTIN
162
163 !! xboard.
164 xboard*boardSize: small
165 xboard*firstChessProgram: crafty
166 xboard*secondChessProgram: crafty
167
168 !! dtwm (bletch).
169 dtwm*iconPlacement: top right tight
170
171 !! XLess.
172 xless*labelFont: NICEFONT
173 xless*buttonFont: NICEFONT
174 xless*textFont: FIXED
175 xless*editorDoesWindows: true
176
177 !! Ghostview.
178 ghostview*page.background: white
179 ghostview*magstep: 2
180
181 !! XZX.
182 xzx*scale: 2
183 xzx*joyUp: q
184 xzx*joyDown: a
185 xzx*joyLeft: i
186 xzx*joyRight: o
187 xzx*joyFire: space
188 xzx*sound: true
189 xzx*mf128: true
190 xzx*libDir: .:/usr/lib/xzx:/usr/local/share/spectrum
191
192 !! Axiom hyperdoc.
193 Axiom.hyperdoc.RmFont: HELV_MR12
194 Axiom.hyperdoc.BoldFont: HELV_BR12
195 Axiom.hyperdoc.ActiveFont: HELV_MR12
196 Axiom.hyperdoc.EmphasizeFont: HELV_MI12
197 Axiom.hyperdoc.ActiveColor: blue
198 Axiom.hyperdoc.AxiomFont: FIXED
199 Axiom.hyperdoc.TtFont: FIXED
200 Axiom.hyperdoc.InputForeground: black
201 Axiom.hyperdoc.InputBackground: white
202 Axiom.hyperdoc.Background: lightgrey
203