diff options
Diffstat (limited to 'accessibility/xwit/README')
-rw-r--r-- | accessibility/xwit/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accessibility/xwit/README b/accessibility/xwit/README new file mode 100644 index 0000000000..e94cb18761 --- /dev/null +++ b/accessibility/xwit/README @@ -0,0 +1,10 @@ +xwit (X Window Interface Tool) + +xwit 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. + +Note: xwit is old and mostly unmaintained. It's included only for +compatibility with old scripts that use it. New software should use +xdotool rather than xwit. |