1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: xwit
Section: x11
Priority: optional
Maintainer: Dima Barsky <dima@debian.org>
Standards-Version: 3.2.1
Build-Depends: xutils (>=4.0.3), xlibs-dev (>=4.0.3), debhelper
Package: xwit
Architecture: any
Depends: ${shlibs:Depends}
Description: a collection of simple routines to call some X11 functions
xwit is a collection of simple routines to call some 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.
|