snippetbashTip
libinput — Interface with libinput. More information: <https://wayland.freedesktop.org/libinput/doc/latest/>.
Viewed 0 times
commandinterfacecliinformationwithmorelibinput
linux
Problem
How to use the
libinput command: Interface with libinput. More information: <https://wayland.freedesktop.org/libinput/doc/latest/>.Solution
libinput — Interface with libinput. More information: <https://wayland.freedesktop.org/libinput/doc/latest/>.List all devices recognized by libinput:
sudo libinput list-devicesPrint all libinput events:
sudo libinput debug-eventsShow a GUI to visualize libinput's events:
sudo libinput debug-guiDebug tablet axis values:
sudo libinput debug-tabletDisplay help:
libinput {{[-h|--help]}}Code Snippets
List all devices recognized by libinput
sudo libinput list-devicesPrint all libinput events
sudo libinput debug-eventsShow a GUI to visualize libinput's events
sudo libinput debug-guiDebug tablet axis values
sudo libinput debug-tabletDisplay help
libinput {{[-h|--help]}}Context
tldr-pages: linux/libinput
Revisions (0)
No revisions yet.