Last active
November 26, 2019 19:58
-
-
Save keegoid/f7299effee82bc3726d14a91b956eb48 to your computer and use it in GitHub Desktop.
My ThinkPad T420 trackpoint settings for libinput on Ubuntu 18.04.3
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
| # located at /usr/share/X11/xorg.conf.d/40-libinput.conf | |
| Section "InputClass" | |
| Identifier "libinput pointer catchall" | |
| MatchIsPointer "on" | |
| MatchDevicePath "/dev/input/event*" | |
| Driver "libinput" | |
| Option "AccelSpeed" "0" | |
| EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment