freebsd-ports/x11/xwit/pkg-descr
Emanuel Haupt bfd0eb9a4e - Take over maintainership
- Cleanup pkg-descr:
  * remove license/attribution is redundant with the corresponding section in
    the manpage
  * fmt -w 80
  * remove double spaces

- Import patchset [1]:
  * Added -fetch and -store options to access cutbuffers
    Code clean-up to get rid of compilation warnings
  * Added -focus option
  * Correctly escape dashes in the manpage
  * Add operations to raise (without mapping) or lower a window, and toggle or
    circulate stacking
  * Add an -property option to specify something different than the name of the
    window to use
  * Add an -print command to print the windows geometry and name
  * Add an -all alias to -names ''
  * Document new functions in manpage

Obtained from:  debian [1]
2010-05-12 17:36:04 +00:00

11 lines
609 B
Plaintext

xwit ("x window interface tool") is a hotch-potch 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.