1These files are just examples of configuration files for xlock and
2other tools which I use.  They are not normally required.
3
4descrip.mms is no longer maintained since I can no longer check it on my
5  VMS system.  make.com should work fine.
6fortune.dat is for those who do not have fortune.
7play.sh is a hack to get sound.
8rplay* are ideas for setting up a more sophisticated sound package.
9system.*wm*rc.xlock files are for fvwm2, fvwm, WindowMaker, openwin
10  (olwm & olvwm) and motif (mwm and dtwm) window managers.
11  By default they include all modes which may not be available depending
12  on your system.  The openwin file can be referenced directly, the others
13  need to be placed in menu files.
14xlock*life.pl stuff is for adding life patterns to life.c not all formats
15  are handled.  However, the major format that is not handled here is close
16  to the format I use already in life.c.
17glider.life and glider.hlife are simple examples of files that can be read
18  into the life mode like:
19     "-lifefile glider.life" (which works with "-neighbors 8 -rule B3/S23")
20     "-lifefile glider.hlife" (which works with "-callahan" or
21             "-neighbors 6 -rule B2o/S2m34")
22  There is a limit of 128 initial live cells set by NUMFILEPTS in life.c.
23glider.3dlife is a simple example of a files that can be read into the
24  life3d mode like:
25     "-life3dfile glider.3dlife" (which works with "-rule3d B5/S45")
26  There is a limit of 84 initial live cells set by NUMFILEPTS in life3d.c.
27xlockrandimage.pl picks a random image.  Does not have to be used since
28  it is built in, one can just give a directory name.  Some really old UNIX
29  systems might not have dirent.h.
30
31Contributed by Charles Vidal <cvidal@ivsweb.com>
32xlock.tcl is another xlock launcher similar to xmlock but using tcl.
33xlock.java and xlockFrame.java is yet another xlock launcher similar to
34  xmlock but this time using java.  Requires at least JDK 1.1.1 to spawn
35  xlock.
36
37Contributed by Igor Markov <imarkov@math.ucla.edu>
38xlocksat.pl  use like "xlock -saturation `xlocksat.pl`"  The idea is that
39  high saturation looks weird at night and low saturation looks weird
40  during the day.  Unfortunately, as the day progresses the saturation does
41  not change.
42xlockranddur.pl  use like "xlock random -duration `xlockranddur.pl`"
43  This gives a random duration of a mode (providing you have fortune!).
44
45Contributed by R. Cohen-Scali <remi.cohenscali@pobox.com>
46vtswitch	is a command line tool to disable/enable VT switching for Linux.
47		Do "chown root.bin vtswitch; chmod 4755 vtswitch"
48
49Contributed by Michael P. Duane <mduane@metapath.com>
50chkmbox: for those tired of typing in password just to see if you have
51  email.  chkmbox is a sample mailbox check program.  It has only been
52  run on Linux (2.0.27) workstation against a Solaris server with IMAP2.
53  For those using standard UNIX "mail -e" should work fine (Solaris
54  "/usr/ucb/mail -e" and AIX & HPUX "/usr/bin/mail -e")... see
55  xlock/XLock.ad .
56
57Contributed by Nick Cleaton <nick@cleaton.net>
58xlockssh*: allows xlockmore to be configured to pipe the password
59  into a command when the correct password is entered.
60
61  I use it to have ssh-agent drop all my keys when I lock the screen and
62  re-add them when I unlock it.  This works because the passphrase on my
63  ssh keys is the same as my password.
64