Skip to content

Instantly share code, notes, and snippets.

@nomeata
Created April 29, 2016 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomeata/59c772aa7f47b13e439e629338aea278 to your computer and use it in GitHub Desktop.
Save nomeata/59c772aa7f47b13e439e629338aea278 to your computer and use it in GitHub Desktop.
No scroll on middle mouse button fix
$ cat /etc/X11/xorg.conf.d/30-scoll.conf
Section "InputClass"
Identifier "TPPS/2 IBM TrackPoint"
Driver "libinput"
Option "ScrollMethod" "none"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment