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