Created
July 23, 2024 22:20
-
-
Save aabccd021/ab5a96db03f628ce074ea8a4d3e98b25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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