Clone this repo:
  1. 76a76f8 Dedede Blipper: Disable Zero Finger Click by zhourui · 4 years, 1 month ago release-R92-13982.B stabilize-13982.51.B stabilize-13982.60.B stabilize-13982.69.B stabilize-13982.70.B stabilize-13982.82.B stabilize-13982.88.B
  2. 8fe78b5 Jacuzzi Makomo: Disable Zero Finger Click by qinwentao · 4 years, 2 months ago stabilize-13983.B stabilize-14013.B stabilize-14023.B stabilize-14026.B stabilize-14029.B stabilize-14031.B stabilize-14057.B stabilize-RUST-14057.B
  3. 74714d6 20-mouse.conf: Add Elecom M-XGL10UBBK UBSBK mice by Nathan K · 4 years, 3 months ago factory-asurada-13929.B factory-strongbad-13963.B stabilize-13904.34.B stabilize-13935.B stabilize-13942.B stabilize-13970.B stabilize-13971.B stabilize-13974.B stabilize-RUST-13932.B stabilize-coil-13902.B stabilize-glibc-13901.B
  4. 9329c25 20-mouse.conf: Add Elecom M-Y8UBBK mice by Nathan K · 4 years, 4 months ago
  5. 22d2dd1 20-mouse.conf: Add Elecom M-DY12DBBK mice by Nathan K · 4 years, 4 months ago firmware-asurada-13885.B firmware-quiche-13883.B stabilize-13851.B stabilize-13856.B stabilize-13895.B

"Xorg" configuration files

This repository contains configuration files that were originally for the X Windowing System (a.k.a. X11 or Xorg). CrOS moved away from using X around 2015, but these files are still used to configure input devices. Thankfully this reduction in scope greatly reduces their effect on life satisfaction.

Syntax

The syntax is now a subset of Xorg's configuration syntax, and using anything outside of that subset will either cause an error or just be ignored. Specifically, only InputClass sections are supported. Within those, the following entries are supported:

  • Identifier;
  • some Match directives (MatchProduct, MatchDevicePath, MatchUSBID, MatchIsPointer, MatchIsTouchpad, and MatchIsTouchscreen);
  • Driver, which is ignored; and
  • Option, which is used to specify gesture properties instead of X11 input device options (though some old X11 options may be hanging around).

For more details, see the parsing code in Chromium's GesturePropertyProvider.