mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
bfd0eb9a4e
- 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]
11 lines
609 B
Plaintext
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.
|