xinput.md (207B)
1 # xinput 2 3 * list devices 4 ``` 5 libinput list-devices 6 xinput list 7 ``` 8 9 * list properties 10 ``` 11 xinput list-props <device_id> 12 ``` 13 14 * change (set) property 15 ``` 16 xinput set-prop <device_id> <property_id> <value> 17 ```