013109208cd7065d09bc8c6b7047466230da20db
[xscreensaver] / driver / XScreenSaver.ad.in
1 !
2 !                              XScreenSaver
3 !
4 !            a screen saver and locker for the X window system
5 !                            by Jamie Zawinski
6 !
7 !                              version 5.23
8 !                              09-Nov-2013
9 !
10 ! See "man xscreensaver" for more info.  The latest version is always
11 ! available at http://www.jwz.org/xscreensaver/
12
13
14 ! These resources, when placed in the system-wide app-defaults directory
15 ! (e.g., /usr/lib/X11/app-defaults/XScreenSaver) will provide the default
16 ! settings for new users.  However, if you have a ".xscreensaver" file in
17 ! your home directory, the settings in that file take precedence.
18
19
20 ! Don't hand this file to "xrdb" -- that isn't how app-defaults files work.
21 ! Though app-defaults files have (mostly) the same syntax as your ~/.Xdefaults
22 ! file, they are used differently, and if you run this file through xrdb,
23 ! you will probably mess things up.
24
25 #error Do not run app-defaults files through xrdb!
26 #error That does not do what you might expect.
27 #error Put this file in /usr/lib/X11/app-defaults/XScreenSaver instead.
28
29 ! /* (xrdb prevention kludge: whole file)
30
31 *mode:                  random
32 *timeout:               0:10:00
33 *cycle:                 0:10:00
34 *lockTimeout:           0:00:00
35 *passwdTimeout:         0:00:30
36 *dpmsEnabled:           False
37 *dpmsQuickoffEnabled:   False
38 *dpmsStandby:           2:00:00
39 *dpmsSuspend:           2:00:00
40 *dpmsOff:               4:00:00
41 *grabDesktopImages:     True
42 *grabVideoFrames:       False
43 *chooseRandomImages:    @DEFAULT_IMAGES_P@
44 ! This can be a local directory name, or the URL of an RSS or Atom feed.
45 *imageDirectory:        @DEFAULT_IMAGE_DIRECTORY@
46 *nice:                  10
47 *memoryLimit:           0
48 *lock:                  False
49 *verbose:               False
50 *timestamp:             True
51 *fade:                  True
52 *unfade:                False
53 *fadeSeconds:           0:00:03
54 *fadeTicks:             20
55 *splash:                True
56 *splashDuration:        0:00:05
57 *visualID:              default
58 *captureStderr:         True
59 *ignoreUninstalledPrograms: False
60
61 *textMode:              file
62 *textLiteral:           XScreenSaver
63 *textFile:              @DEFAULT_TEXT_FILE@
64 *textProgram:           fortune
65 *textURL:               http://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss
66
67 *overlayTextForeground: #FFFF00
68 *overlayTextBackground: #000000
69 *overlayStderr:         True
70 *font:                  *-medium-r-*-140-*-m-*
71
72 ! The default is to use these extensions if available (as noted.)
73 *sgiSaverExtension:     True
74 *xidleExtension:        True
75 *procInterrupts:        True
76
77 ! Turning this on makes pointerHysteresis not work.
78 *xinputExtensionDev:    False
79
80 ! Set this to True if you are experiencing longstanding XFree86 bug #421
81 ! (xscreensaver not covering the whole screen)
82 GetViewPortIsFullOfLies: False
83
84 ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
85 *demoCommand: xscreensaver-demo
86
87 ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
88 *prefsCommand: xscreensaver-demo -prefs
89
90 ! This is the URL loaded by the "Help" button on the splash screen,
91 ! and by the "Documentation" menu item in xscreensaver-demo.
92 *helpURL: http://www.jwz.org/xscreensaver/man.html
93
94 ! loadURL       -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
95 ! manualCommand -- how the "Documentation" buttons display man pages.
96 !
97 ! And there are so very many options to choose from!
98 !
99 !   Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
100 !
101 @GNOME24@*loadURL: @WITH_BROWSER@ '%s'
102 @GNOME24@*manualCommand: gnome-terminal --title '%s manual' \
103 @GNOME24@               --command '/bin/sh -c "man %s; read foo"'
104 !
105 !   Gnome 2.2:
106 !
107 @GNOME22@*loadURL: gnome-url-show '%s'
108 @GNOME22@*manualCommand: gnome-terminal --title '%s manual' \
109 @GNOME22@               --command '/bin/sh -c "man %s; read foo"'
110 !
111 !   Gnome 1.4:
112 !
113 !       *loadURL: gnome-moz-remote --newwin '%s'
114 !       *manualCommand: gnome-help-browser 'man:%s'
115 !
116 !   non-Gnome systems:
117 !
118 @NOGNOME@*loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
119 @NOGNOME@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
120 @NOGNOME@                   -e /bin/sh -c 'man "%s" ; read foo'
121
122
123 ! The format used for printing the date and time in the password dialog box
124 ! (see the strftime(3) manual page for details.)
125 *dateFormat:            %d-%b-%y (%a); %I:%M %p
126 ! To show the time only:
127 ! *dateFormat:          %I:%M %p
128 ! For 24 hour time:
129 ! *dateFormat:          %H:%M
130
131
132 ! This command is executed by the "New Login" button on the lock dialog.
133 ! (That button does not appear on the dialog if this program does not exist.)
134 ! For Gnome: probably "gdmflexiserver -ls".  KDE, probably "kdmctl reserve".
135 ! Or maybe yet another wheel-reinvention, "lxdm -c USER_SWITCH".
136 !
137 @NEW_LOGIN_COMMAND_P@*newLoginCommand:  @NEW_LOGIN_COMMAND@
138
139
140 ! Turning on "installColormap" on 8-bit systems interacts erratically with
141 ! certain jurassic window managers.  If your screen turns some color other
142 ! than black, the window manager is buggy, and you need to set this resource
143 ! to false.  Or switch WMs.  Or join the 21st century and get a 24-bit
144 ! graphics card.
145 !
146 *installColormap:       True
147
148
149 ! This is the list of installed screen saver modes.  See "man xscreensaver"
150 ! for the syntax used here.
151 !
152 ! If you want to disable a screensaver, DO NOT remove it from this list:
153 ! instead, mark it as inactive by placing a "-" at the beginning of the line.
154 !
155 ! You can use the `xscreensaver-demo' program to edit the current list of
156 ! screen savers interactively.
157 !
158 *programs:                                                                    \
159                                 maze -root                                  \n\
160 @GL_KLUDGE@ GL:                                 superquadrics -root                         \n\
161                                 attraction -root                            \n\
162                                 blitspin -root                              \n\
163                                 greynetic -root                             \n\
164                                 helix -root                                 \n\
165                                 hopalong -root                              \n\
166                                 imsmap -root                                \n\
167 -                               noseguy -root                               \n\
168 -                               pyro -root                                  \n\
169                                 qix -root                                   \n\
170 -                               rocks -root                                 \n\
171                                 rorschach -root                             \n\
172                                 decayscreen -root                           \n\
173                                 flame -root                                 \n\
174                                 halo -root                                  \n\
175                                 slidescreen -root                           \n\
176                                 pedal -root                                 \n\
177                                 bouboule -root                              \n\
178 -                               braid -root                                 \n\
179                                 coral -root                                 \n\
180                                 deco -root                                  \n\
181                                 drift -root                                 \n\
182 -                               fadeplot -root                              \n\
183                                 galaxy -root                                \n\
184                                 goop -root                                  \n\
185                                 grav -root                                  \n\
186                                 ifs -root                                   \n\
187 @GL_KLUDGE@ GL:                                 jigsaw -root                                \n\
188                                 julia -root                                 \n\
189 -                               kaleidescope -root                          \n\
190 @GL_KLUDGE@ GL:                                 moebius -root                               \n\
191                                 moire -root                                 \n\
192 @GL_KLUDGE@ GL:                                 morph3d -root                               \n\
193                                 mountain -root                              \n\
194                                 munch -root                                 \n\
195                                 penrose -root                               \n\
196 @GL_KLUDGE@ GL:                                 pipes -root                                 \n\
197                                 rd-bomb -root                               \n\
198 @GL_KLUDGE@ GL:                                 rubik -root                                 \n\
199 -                               sierpinski -root                            \n\
200                                 slip -root                                  \n\
201 @GL_KLUDGE@ GL:                                 sproingies -root                            \n\
202                                 starfish -root                              \n\
203                                 strange -root                               \n\
204                                 swirl -root                                 \n\
205                                 triangle -root                              \n\
206                                 xjack -root                                 \n\
207                                 xlyap -root                                 \n\
208 @GL_KLUDGE@ GL:                                 atlantis -root                              \n\
209                                 bsod -root                                  \n\
210 @GL_KLUDGE@ GL:                                 bubble3d -root                              \n\
211 @GL_KLUDGE@ GL:                                 cage -root                                  \n\
212 -                               crystal -root                               \n\
213                                 cynosure -root                              \n\
214                                 discrete -root                              \n\
215                                 distort -root                               \n\
216                                 epicycle -root                              \n\
217                                 flow -root                                  \n\
218 - GL:                           glplanet -root                              \n\
219                                 interference -root                          \n\
220                                 kumppa -root                                \n\
221 @GL_KLUDGE@ GL:                                 lament -root                                \n\
222                                 moire2 -root                                \n\
223 @GL_KLUDGE@ GL:                                 sonar -root                                 \n\
224 @GL_KLUDGE@ GL:                                 stairs -root                                \n\
225                                 truchet -root                               \n\
226 -                               vidwhacker -root                            \n\
227                                 blaster -root                               \n\
228                                 bumps -root                                 \n\
229                                 ccurve -root                                \n\
230                                 compass -root                               \n\
231                                 deluxe -root                                \n\
232 -                               demon -root                                 \n\
233 @GLE_KLUDGE@ GL:                                extrusion -root                             \n\
234 -                               loop -root                                  \n\
235                                 penetrate -root                             \n\
236                                 petri -root                                 \n\
237                                 phosphor -root                              \n\
238 @GL_KLUDGE@ GL:                                 pulsar -root                                \n\
239                                 ripples -root                               \n\
240                                 shadebobs -root                             \n\
241 @GL_KLUDGE@ GL:                                 sierpinski3d -root                          \n\
242                                 spotlight -root                             \n\
243                                 squiral -root                               \n\
244                                 wander -root                                \n\
245 -                               webcollage -root                            \n\
246                                 xflame -root                                \n\
247                                 xmatrix -root                               \n\
248 @GL_KLUDGE@ GL:                                 gflux -root                                 \n\
249 -                               nerverot -root                              \n\
250                                 xrayswarm -root                             \n\
251                                 xspirograph -root                           \n\
252 @GL_KLUDGE@ GL:                                 circuit -root                               \n\
253 @GL_KLUDGE@ GL:                                 dangerball -root                            \n\
254 - GL:                           dnalogo -root                               \n\
255 @GL_KLUDGE@ GL:                                 engine -root                                \n\
256 @GL_KLUDGE@ GL:                                 flipscreen3d -root                          \n\
257 @GL_KLUDGE@ GL:                                 gltext -root                                \n\
258 @GL_KLUDGE@ GL:                                 menger -root                                \n\
259 @GL_KLUDGE@ GL:                                 molecule -root                              \n\
260                                 rotzoomer -root                             \n\
261                                 speedmine -root                             \n\
262 @GL_KLUDGE@ GL:                                 starwars -root                              \n\
263 @GL_KLUDGE@ GL:                                 stonerview -root                            \n\
264                                 vermiculate -root                           \n\
265                                 whirlwindwarp -root                         \n\
266                                 zoom -root                                  \n\
267                                 anemone -root                               \n\
268                                 apollonian -root                            \n\
269 @GL_KLUDGE@ GL:                                 boxed -root                                 \n\
270 @GL_KLUDGE@ GL:                                 cubenetic -root                             \n\
271 @GL_KLUDGE@ GL:                                 endgame -root                               \n\
272                                 euler2d -root                               \n\
273                                 fluidballs -root                            \n\
274 @GL_KLUDGE@ GL:                                 flurry -root                                \n\
275 - GL:                           glblur -root                                \n\
276 @GL_KLUDGE@ GL:                                 glsnake -root                               \n\
277                                 halftone -root                              \n\
278 @GL_KLUDGE@ GL:                                 juggler3d -root                             \n\
279 @GL_KLUDGE@ GL:                                 lavalite -root                              \n\
280 -                               polyominoes -root                           \n\
281 @GL_KLUDGE@ GL:                                 queens -root                                \n\
282 - GL:                           sballs -root                                \n\
283 @GL_KLUDGE@ GL:                                 spheremonics -root                          \n\
284 -                               thornbird -root                             \n\
285                                 twang -root                                 \n\
286 - GL:                           antspotlight -root                          \n\
287                                 apple2 -root                                \n\
288 @GL_KLUDGE@ GL:                                 atunnel -root                               \n\
289                                 barcode -root                               \n\
290 @GL_KLUDGE@ GL:                                 blinkbox -root                              \n\
291 @GL_KLUDGE@ GL:                                 blocktube -root                             \n\
292 @GL_KLUDGE@ GL:                                 bouncingcow -root                           \n\
293                                 cloudlife -root                             \n\
294 @GL_KLUDGE@ GL:                                 cubestorm -root                             \n\
295                                 eruption -root                              \n\
296 @GL_KLUDGE@ GL:                                 flipflop -root                              \n\
297 @GL_KLUDGE@ GL:                                 flyingtoasters -root                        \n\
298                                 fontglide -root                             \n\
299 @GL_KLUDGE@ GL:                                 gleidescope -root                           \n\
300 @GL_KLUDGE@ GL:                                 glknots -root                               \n\
301 @GL_KLUDGE@ GL:                                 glmatrix -root                              \n\
302 - GL:                           glslideshow -root                           \n\
303 @GL_KLUDGE@ GL:                                 hypertorus -root                            \n\
304 - GL:                           jigglypuff -root                            \n\
305                                 metaballs -root                             \n\
306 @GL_KLUDGE@ GL:                                 mirrorblob -root                            \n\
307                                 piecewise -root                             \n\
308 @GL_KLUDGE@ GL:                                 polytopes -root                             \n\
309                                 pong -root                                  \n\
310                                 popsquares -root                            \n\
311 @GL_KLUDGE@ GL:                                 surfaces -root                              \n\
312                                 xanalogtv -root                             \n\
313 -                               abstractile -root                           \n\
314                                 anemotaxis -root                            \n\
315 - GL:                           antinspect -root                            \n\
316                                 fireworkx -root                             \n\
317                                 fuzzyflakes -root                           \n\
318                                 interaggregate -root                        \n\
319                                 intermomentary -root                        \n\
320                                 memscroller -root                           \n\
321 @GL_KLUDGE@ GL:                                 noof -root                                  \n\
322                                 pacman -root                                \n\
323 @GL_KLUDGE@ GL:                                 pinion -root                                \n\
324 @GL_KLUDGE@ GL:                                 polyhedra -root                             \n\
325 - GL:                           providence -root                            \n\
326                                 substrate -root                             \n\
327                                 wormhole -root                              \n\
328 - GL:                           antmaze -root                               \n\
329 @GL_KLUDGE@ GL:                                 boing -root                                 \n\
330                                 boxfit -root                                \n\
331 @GL_KLUDGE@ GL:                                 carousel -root                              \n\
332                                 celtic -root                                \n\
333 @GL_KLUDGE@ GL:                                 crackberg -root                             \n\
334 @GL_KLUDGE@ GL:                                 cube21 -root                                \n\
335                                 fiberlamp -root                             \n\
336 @GL_KLUDGE@ GL:                                 fliptext -root                              \n\
337 @GL_KLUDGE@ GL:                                 glhanoi -root                               \n\
338 @GL_KLUDGE@ GL:                                 tangram -root                               \n\
339 @GL_KLUDGE@ GL:                                 timetunnel -root                            \n\
340 @GL_KLUDGE@ GL:                                 glschool -root                              \n\
341 @GL_KLUDGE@ GL:                                 topblock -root                              \n\
342 @GL_KLUDGE@ GL:                                 cubicgrid -root                             \n\
343                                 cwaves -root                                \n\
344 @GL_KLUDGE@ GL:                                 gears -root                                 \n\
345 @GL_KLUDGE@ GL:                                 glcells -root                               \n\
346 @GL_KLUDGE@ GL:                                 lockward -root                              \n\
347                                 m6502 -root                                 \n\
348 @GL_KLUDGE@ GL:                                 moebiusgears -root                          \n\
349 @GL_KLUDGE@ GL:                                 voronoi -root                               \n\
350 @GL_KLUDGE@ GL:                                 hypnowheel -root                            \n\
351 @GL_KLUDGE@ GL:                                 klein -root                                 \n\
352 -                               lcdscrub -root                              \n\
353 @GL_KLUDGE@ GL:                                 photopile -root                             \n\
354 @GL_KLUDGE@ GL:                                 skytentacles -root                          \n\
355 @GL_KLUDGE@ GL:                                 rubikblocks -root                           \n\
356 @GL_KLUDGE@ GL:                                 companioncube -root                         \n\
357 @GL_KLUDGE@ GL:                                 hilbert -root                               \n\
358 @GL_KLUDGE@ GL:                                 tronbit -root                               \n\
359 @GL_KLUDGE@ GL:                                 geodesic -root                              \n\
360                                 hexadrop -root                              \n\
361 @GL_KLUDGE@ GL:                                 kaleidocycle -root                          \n\
362 @GL_KLUDGE@ GL:                                 quasicrystal -root                          \n\
363 @GL_KLUDGE@ GL:                                 unknownpleasures -root                      \n
364
365
366
367 !=============================================================================
368 !
369 !      You probably don't want to change anything after this point.
370 !
371 !=============================================================================
372
373
374 XScreenSaver.pointerPollTime:           0:00:05
375 XScreenSaver.pointerHysteresis:         10
376 XScreenSaver.initialDelay:              0:00:00
377 XScreenSaver.windowCreationTimeout:     0:00:30
378 XScreenSaver.bourneShell:               /bin/sh
379
380
381 ! Resources for the password and splash-screen dialog boxes of
382 ! the "xscreensaver" daemon.
383 !
384 *Dialog.headingFont:            *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1
385 *Dialog.bodyFont:               *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
386 *Dialog.labelFont:              *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
387 *Dialog.unameFont:              *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
388 *Dialog.buttonFont:             *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
389 *Dialog.dateFont:               *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1
390 ! Helvetica asterisks look terrible.
391 !*passwd.passwdFont:            *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
392 *passwd.passwdFont:             *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
393
394 *Dialog.foreground:             #000000
395 *Dialog.background:             #E6E6E6
396 *Dialog.Button.foreground:      #000000
397 *Dialog.Button.background:      #F5F5F5
398 !*Dialog.Button.pointBackground: #EAEAEA
399 !*Dialog.Button.clickBackground: #C3C3C3
400 *Dialog.text.foreground:        #000000
401 *Dialog.text.background:        #FFFFFF
402 *passwd.thermometer.foreground: #4464AC
403 *passwd.thermometer.background: #FFFFFF
404 *Dialog.topShadowColor:         #FFFFFF
405 *Dialog.bottomShadowColor:      #CECECE
406 *Dialog.logo.width:             210
407 *Dialog.logo.height:            210
408 *Dialog.internalBorderWidth:    24
409 *Dialog.borderWidth:            1
410 *Dialog.shadowThickness:        2
411
412 *passwd.heading.label:          XScreenSaver %s
413 *passwd.body.label:             This screen is locked.
414 *passwd.unlock.label:           OK
415 *passwd.login.label:            New Login
416 *passwd.user.label:             Username:
417 *passwd.thermometer.width:      8
418 *passwd.asterisks:              True
419 *passwd.uname:                  True
420
421 *splash.heading.label:          XScreenSaver %s
422 *splash.body.label:             Copyright © 1991-2013 by
423 *splash.body2.label:            Jamie Zawinski <jwz@jwz.org>
424 *splash.demo.label:             Settings
425 *splash.help.label:             Help
426
427
428 !=============================================================================
429 !
430 ! Pretty names for the hacks that have unusual capitalization.
431 !
432 !=============================================================================
433
434 *hacks.antinspect.name:     AntInspect
435 *hacks.antmaze.name:        AntMaze
436 *hacks.antspotlight.name:   AntSpotlight
437 *hacks.blinkbox.name:       BlinkBox
438 *hacks.blitspin.name:       BlitSpin
439 *hacks.blocktube.name:      BlockTube
440 *hacks.bouncingcow.name:    BouncingCow
441 *hacks.boxfit.name:         BoxFit
442 *hacks.bsod.name:           BSOD
443 *hacks.bubble3d.name:       Bubble3D
444 *hacks.ccurve.name:         CCurve
445 *hacks.cloudlife.name:      CloudLife
446 *hacks.companioncube.name:  CompanionCube
447 *hacks.cubestorm.name:      CubeStorm
448 *hacks.cubicgrid.name:      CubicGrid
449 *hacks.cwaves.name:         CWaves
450 *hacks.dangerball.name:     DangerBall
451 *hacks.decayscreen.name:    DecayScreen
452 *hacks.dnalogo.name:        DNA Logo
453 *hacks.euler2d.name:        Euler2D
454 *hacks.fadeplot.name:       FadePlot
455 *hacks.flipflop.name:       FlipFlop
456 *hacks.flipscreen3d.name:   FlipScreen3D
457 *hacks.fliptext.name:       FlipText
458 *hacks.fluidballs.name:     FluidBalls
459 *hacks.flyingtoasters.name: FlyingToasters
460 *hacks.fontglide.name:      FontGlide
461 *hacks.fuzzyflakes.name:    FuzzyFlakes
462 *hacks.gflux.name:          GFlux
463 *hacks.gleidescope.name:    Gleidescope
464 *hacks.glforestfire.name:   GLForestFire
465 *hacks.hyperball.name:      HyperBall
466 *hacks.hypercube.name:      HyperCube
467 *hacks.ifs.name:            IFS
468 *hacks.imsmap.name:         IMSMap
469 *hacks.jigglypuff.name:     JigglyPuff
470 *hacks.juggler3d.name:      Juggler3D
471 *hacks.lcdscrub.name:       LCDscrub
472 *hacks.lmorph.name:         LMorph
473 *hacks.m6502.name:          m6502
474 *hacks.memscroller.name:    MemScroller
475 *hacks.metaballs.name:      MetaBalls
476 *hacks.mirrorblob.name:     MirrorBlob
477 *hacks.moebiusgears.name:   MoebiusGears
478 *hacks.morph3d.name:        Morph3D
479 *hacks.nerverot.name:       NerveRot
480 *hacks.noseguy.name:        NoseGuy
481 *hacks.popsquares.name:     PopSquares
482 *hacks.quasicrystal.name:   QuasiCrystal
483 *hacks.rd-bomb.name:        RDbomb
484 *hacks.rdbomb.name:         RDbomb
485 *hacks.rotzoomer.name:      RotZoomer
486 *hacks.rubikblocks.name:    RubikBlocks
487 *hacks.sballs.name:         SBalls
488 *hacks.shadebobs.name:      ShadeBobs
489 *hacks.sierpinski3d.name:   Sierpinski3D
490 *hacks.skytentacles.name:   SkyTentacles
491 *hacks.slidescreen.name:    SlideScreen
492 *hacks.speedmine.name:      SpeedMine
493 *hacks.starwars.name:       StarWars
494 *hacks.stonerview.name:     StonerView
495 *hacks.t3d.name:            T3D
496 *hacks.timetunnel.name:     TimeTunnel
497 *hacks.topblock.name:       TopBlock
498 *hacks.tronbit.name:        TronBit
499 *hacks.unknownpleasures.name:UnknownPleasures
500 *hacks.vidwhacker.name:     VidWhacker
501 *hacks.webcollage.name:     WebCollage
502 *hacks.whirlwindwarp.name:  WhirlWindWarp
503 *hacks.xanalogtv.name:      XAnalogTV
504 *hacks.xrayswarm.name:      XRaySwarm
505
506 ! obsolete, but still used by xscreensaver-demo-Xm.
507 *hacks.documentation.isInstalled: True
508
509 ! (xrdb prevention kludge: whole file) */