HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

libinput — Interface with libinput. More information: <https://wayland.freedesktop.org/libinput/doc/latest/>.

Submitted by: @import:tldr-pages··
0
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-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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/libinput

Revisions (0)

No revisions yet.