$Id: README,v 3.2 95/10/18 17:04:10 dd Exp $

xwit version 3.2

Mark M Martin mmm@cetia.fr
David DiGiacomo david@slack.com
August 1995

xwit ("x window interface tool") is a hodge-podge collection of simple
routines to call some of those X11 functions that don't already have any
utility commands built around them.  The reasoning behind this is that
loosely every X function should be accessible from a shell script.

For example, XWarpPointer() will move the X pointer, but no utility program
exists to do so on those rare occasions when you could really use it.  xwit
will also resize, iconify, pop, and move windows given by name or id,
change an icon, title or name, set the screen saver going, and change
individual key autorepeat settings, etc.

The program is released into the public domain.  The considerate
will leave credit for the authors.


New features in this release:

1. all options now documented in man page

2. new options:
	-backingstore
	-saveunder
	-select
	-sync

3. -move now accepts right/bottom relative coordinates

4. -rmove now works properly with olwm


Changes since version 3.1:

1. -rwarp/-warp/-nokeyrepeat options work properly (bug report courtesy
   of Keith Thompson)

2. returns exit status of 1 if no windows match list, 2 for errors
   (suggestion of Norman McBride)
