• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ClientWin.cH A D03-May-20222.2 KiB7550

ClientWin.hH A D03-May-202251 31

ImakefileH A D25-Aug-1995575 2717

READMEH A D21-Oct-19971 KiB3020

dsimple.cH A D03-May-202211.3 KiB441237

dsimple.hH A D03-May-20221.9 KiB5524

xwit.cH A D03-May-202226 KiB1,167963

xwit.manH A D03-May-20226.4 KiB249239

README

1$Id: README,v 3.4 97/10/20 18:40:31 dd Exp $
2
3xwit version 3.4
4
5Mark M Martin mmm@cetia.fr
6David DiGiacomo david@slack.com
7October 1997
8
9xwit ("x window interface tool") is a hodge-podge collection of simple
10routines to call some of those X11 functions that don't already have any
11utility commands built around them.  The reasoning behind this is that
12loosely every X function should be accessible from a shell script.
13
14For example, XWarpPointer() will move the X pointer, but no utility program
15exists to do so on those rare occasions when you could really use it.  xwit
16will also resize, iconify, pop, and move windows given by name or id,
17change an icon, title or name, set the screen saver going, and change
18individual key autorepeat settings, etc.
19
20The program is released into the public domain.  The considerate
21will leave credit for the authors.
22
23
24Changes since version 3.2:
25
261. returns exit status of 1 if no windows match list, 2 for errors
27   (suggestion of Norman McBride)
28
292. -current option (suggestion of Andre Delafontaine)
30