Here is how to configure any input device in X windows from command line:
- Get a list of input devices and their ID's:
- $ xinput list
- See all of the properties available to a particular device ID
- $ xinput list-props 14
- Set property of device by ID (disable input device entirely)
- $ xinput set-prop 14 'Device Enabled' 0
And that is all!
No comments:
Post a Comment