diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:03:21 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:03:21 +0000 |
commit | d3db18607dbb7d59aeab9f0f846bad1948e95a7e (patch) | |
tree | 8ff0c0747d9d6438c6411ba57bcffd7476fce523 /x11/xwit/DESCR | |
parent | 273821c4d377411699fe450ab9d48f7e5933d9b6 (diff) | |
download | pkgsrc-d3db18607dbb7d59aeab9f0f846bad1948e95a7e.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'x11/xwit/DESCR')
-rw-r--r-- | x11/xwit/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/xwit/DESCR b/x11/xwit/DESCR new file mode 100644 index 00000000000..8933f8cad63 --- /dev/null +++ b/x11/xwit/DESCR @@ -0,0 +1,10 @@ +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. |