
XMULTIWIN 0.1
=============

by Kevin Pulo, kev@pulo.com.au
http://www.kev.pulo.com.au/libsysconfcpus/
Copyright (c) 2008-2009
Licensed under the GNU GPL v2 or higher, as in the COPYING file.


DESCRIPTION
-----------

LD_PRELOAD library to transparently ``clone'' X11 windows.

Currently this is just a proof-of-concept, so the code is alpha-quality and
messy.  Plus it only works with xlogo so far.


INSTALLATION
------------

Dependencies:
* xlibtrace, http://www.kev.pulo.com.au/xlibtrace/

Standard autoconf process:  ./configure && make && make install


USAGE
-----

    xmultiwin [options] <program> [args...]

Valid options are:

    -v, --version   Display the xmultiwin version
    -h, --help      Display this help
    -d, --debug     Display debug info


EXAMPLEs
--------

$ xmultiwin xlogo
$ xmultiwin xlogo -geometry +200+200


LIMITATIONS
-----------

- Only dynamically linked binaries


FEEDBACK
--------

Comments, feature suggestions, bug reports, patches, etc are most
welcome, please send them to Kevin Pulo <kev@pulo.com.au>.


SEE ALSO
--------

xlibtrace, http://www.kev.pulo.com.au/xlibtrace/


