Created
April 29, 2016 23:34
-
-
Save nomeata/59c772aa7f47b13e439e629338aea278 to your computer and use it in GitHub Desktop.
No scroll on middle mouse button fix
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
$ 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