  This is a simple dockapp that I wrote because I couldn't find one that did
anything similar to it.  I did this because I am a regular user of gkrellm but
I don't like that gkrellm uses up as much memory as it does, so I switched to
dockapps.  I have tested this on my system and I haven't seen any bugs or errors,
but if you do please email me and tell me what system you are running on and what
exactly happened.  If you have a patch to fix a bug or add a feature, email it to
me and I will evaluate it. If I approve it I will apply it and add your name and
email to the AUTHORS file, with your permission.

This dockapp was written for GNU/Linux. At the time of writing this I am running a
Linux From Scratch system, version 4.0. My C compiler is GCC-3.2.2. My C library
is Glibc-2.2.5. My kernel is Linux 2.4.21-pre5. I am running XFree86 4.2.1 and I
use Openbox 2.3.x as my window manager with NVidia display drivers (version 1.0-4191).

Update [03/10/2003]: At version 0.5 wmmisc was ported to C++. It now requires
the latest version of GCC to ensure C++ standard complience. I write in ANSI/ISO
C++ and compile in strict mode. I am also now using XFree86 4.3.0, though 4.3.0 is
source and binary compatible with previous versions. So, there should be no problems.
I have not changed any of the X code used in this program that would break anything.

To compile and install, run:

  make
  su
  make install

It will compile the binary (wmmisc) and install it in /usr/X11R6/bin.

Enjoy.

- Jesse S. <zik@linuxmail.org>
