summaryrefslogtreecommitdiff
path: root/x11/xwit/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xwit/DESCR')
-rw-r--r--x11/xwit/DESCR10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/xwit/DESCR b/x11/xwit/DESCR
deleted file mode 100644
index 8933f8cad63..00000000000
--- a/x11/xwit/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-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.