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