Created
September 9, 2018 22:17
-
-
Save pedropombeiro/672de499389d216312fc3d0d6cc2e932 to your computer and use it in GitHub Desktop.
Make middle click act as left click on ThinkPad X1C6 - /usr/share/X11/xorg.conf.d/99-carbonx1clickpad.conf
This file contains hidden or 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
Section "InputClass" | |
Identifier "TPPS/2 Elan TrackPoint" | |
Option "ButtonMapping" "1 1 3 4 5 6 7" | |
EndSection | |
Section "InputClass" | |
Identifier "Synaptics TM3288-011" | |
Option "ButtonMapping" "1 1 3 4 5 6 7" | |
EndSection | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment