Skip to content

Instantly share code, notes, and snippets.

@lonsagisawa
Last active November 22, 2017 11:19
Show Gist options
  • Save lonsagisawa/8326725a3fdb7d6dcfb22194edc6f96e to your computer and use it in GitHub Desktop.
Save lonsagisawa/8326725a3fdb7d6dcfb22194edc6f96e to your computer and use it in GitHub Desktop.
libinput X.org config for ThinkPad X240 clickpad, place this in /etc/X11/xorg.conf.d/
Section "InputClass"
Identifier "UltraNav"
Driver "libinput"
MatchIsTouchpad "on"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "on"
Option "Tapping" "off"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment