           xsleep - trivial X program that sleeps and exits
                         Release of 02apr92
                        Previous release NONE

Xsleep opens up an X connection, sleeps for the specified number of
seconds, and then closes the connection and exits.

Why do something so silly?  Well I'll tell you.  It's because many X
servers reset themselves when they have no connections.  This is a
pain when you're starting up a session, because you do an xset, an
xrdb, an xmodmap, etc., and between each one the server resets itself.
So to prevent this, do an xsleep first, then your initializations,
then start up your real clients.

Files in this distribution:
    README		this
    Makefile		guess
    xsleep.c		source sode
    xsleep.man		man page

To install:
    Unpack the files.
    xmkmf
    make depend
    make
    make install

Comments to:
    Jef Poskanzer  jef@acme.com  http://www.acme.com/jef/
