1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 18:15:28 +02:00

libinput: add page (#15544)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Managor 2025-01-18 20:30:04 +02:00 committed by GitHub
parent d1481b8412
commit c0459a1dbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages/linux/libinput.md Normal file
View file

@ -0,0 +1,24 @@
# 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`