Skip to content

Instantly share code, notes, and snippets.

@aabccd021
Created July 23, 2024 22:20
Show Gist options
  • Save aabccd021/ab5a96db03f628ce074ea8a4d3e98b25 to your computer and use it in GitHub Desktop.
Save aabccd021/ab5a96db03f628ce074ea8a4d3e98b25 to your computer and use it in GitHub Desktop.
{
services.xserver.inputClassSections = [
''
Identifier "AliExpress Trackpoint"
MatchUSBID "1018:1006"
Option "TransformationMatrix" "-1 0 1 0 -1 1 0 0 1"
Driver "libinput"
''
''
Identifier "AliExpress Trackpoint BT"
MatchProduct "ADAPTER_ABAC Mouse"
Option "TransformationMatrix" "-1 0 1 0 -1 1 0 0 1"
Driver "libinput"
''
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment