mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
518 B
Plaintext
30 lines
518 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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|--help]}}`
|