1
0

libinput-quirks.man 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH libinput-quirks "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
  2. .SH NAME
  3. libinput\-quirks \- quirk debug helper for libinput
  4. .SH SYNOPSIS
  5. .B libinput quirks list [\-\-data\-dir /path/to/dir] [\-\-verbose\fB] \fI/dev/input/event0\fB
  6. .br
  7. .sp
  8. .B libinput quirks validate [\-\-data\-dir /path/to/dir] [\-\-verbose\fB]
  9. .br
  10. .sp
  11. .B libinput quirks \-\-help
  12. .SH DESCRIPTION
  13. .PP
  14. The
  15. .B "libinput quirks"
  16. tool interacts with libinput's quirks database.
  17. .PP
  18. When invoked as
  19. .B libinput quirks list,
  20. the tool lists all quirks applied to the given device.
  21. .PP
  22. When invoked as
  23. .B libinput quirks validate,
  24. the tool checks for parsing errors in the quirks files and fails
  25. if a parsing error is encountered.
  26. .PP
  27. This is a debugging tool only, its output and behavior may change at any
  28. time. Do not rely on the output.
  29. .SH OPTIONS
  30. .TP 8
  31. .B \-\-data\-dir \fI/path/to/dir\fR
  32. Use the given directory as data directory for quirks files. When omitted,
  33. the default directories are used.
  34. .TP 8
  35. .B \-\-help
  36. Print help
  37. .TP 8
  38. .B \-\-verbose
  39. Use verbose output, useful for debugging.
  40. .SH LIBINPUT
  41. Part of the
  42. .B libinput(1)
  43. suite