Skip to content

Instantly share code, notes, and snippets.

@keegoid
Last active November 26, 2019 19:58
Show Gist options
  • Select an option

  • Save keegoid/f7299effee82bc3726d14a91b956eb48 to your computer and use it in GitHub Desktop.

Select an option

Save keegoid/f7299effee82bc3726d14a91b956eb48 to your computer and use it in GitHub Desktop.
My ThinkPad T420 trackpoint settings for libinput on Ubuntu 18.04.3
# 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