1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/linux/libinput.md
Managor c0459a1dbb
libinput: add page (#15544)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-01-18 19:30:04 +01:00

24 lines
413 B
Markdown

# libinput
> Interface with libinput.
> More information: <https://wayland.freedesktop.org/libinput/doc/latest/>.
- 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`