Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-19 00:18:40 +00:00
parent 6bd488b66f
commit 49f405dce8
76 changed files with 104 additions and 75 deletions

29
tldr/linux/libinput Normal file
View File

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