diff options
| author | Jakob Kaivo <jkaivo@gwu.edu> | 2015-04-08 20:41:03 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkaivo@gwu.edu> | 2015-04-08 20:41:03 -0400 |
| commit | 82c23d1bd2c4ea5716ac9e5e859f82be96ac8886 (patch) | |
| tree | 81691b2097ae343b73e2592698c5a83e43610f32 /README | |
| parent | 56f5daa136fbd860c2410b4ce403cca73aee3ee9 (diff) | |
initial commit
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +This is a simple X11 utility that disables a tablet's touchscreen when the +digitizer is near. + +It requires the XInput extension and its accompanying library. + +It's been developed and tested on a ThinkPad Yoga (first generation), which +is what the input device names are configured for. + +A future revision will support naming devices via command line options, but +for the time being they are compiled in. If you are using a different tablet, +you may need to edit the values of PENDEVICE and/or TOUCHDEVICE in +penxortouch.c. Hopefully these names are self-explanatory. The command +xinput(1) will give you a list of the input devices available on your system. + +A future revision will also include a genuine man page. As it is, there are +no run-time options. Simply run the program, penxortouch, and it will disable +the touchscreen device whenever the pen device comes in proximity to the +screen, and reenable the touchscreen when the pen leaves proximity. |
