diff --git a/pages/linux/libinput.md b/pages/linux/libinput.md new file mode 100644 index 0000000000..fcad11d1fc --- /dev/null +++ b/pages/linux/libinput.md @@ -0,0 +1,24 @@ +# libinput + +> Interface with libinput. +> More information: . + +- List all devices recognized by libinput: + +`sudo libinput list-devices` + +- Print all libinput events: + +`sudo libinput debug-events` + +- Show a GUI to visualize libinput's events: + +`sudo libinput debug-gui` + +- Debug tablet axis values: + +`sudo libinput debug-tablet` + +- Display help: + +`libinput -h`