Skip to content

Instantly share code, notes, and snippets.

@pedropombeiro
Created September 9, 2018 22:17
Show Gist options
  • Save pedropombeiro/672de499389d216312fc3d0d6cc2e932 to your computer and use it in GitHub Desktop.
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
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