logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libinput-quirks - quirk debug helper for libinput

Description

       The libinputquirks tool interacts with libinput's quirks database.

       When invoked as libinputquirkslist, the tool lists all quirks applied to the given device.

       When  invoked  as  libinputquirksvalidate, the tool checks for parsing errors in the quirks files and
       fails if a parsing error is encountered.

       This is a debugging tool only, its output and behavior may change at any time. Do not rely on the output.

Libinput

       Part of the libinput(1) suite

libinput 1.27.1                                                                               libinput-quirks(1)

Name

       libinput-quirks - quirk debug helper for libinput

Options

--data-dir/path/to/dir
               Use the given directory as data directory for quirks files. When omitted, the default directories
               are used.

       --help  Print help

       --verbose
               Use verbose output, useful for debugging.

Synopsis

libinputquirkslist[--data-dir/path/to/dir][--verbose]/dev/input/event0libinputquirksvalidate[--data-dir/path/to/dir][--verbose]libinputquirks--help

See Also