0
0
Fork 0
zblog/content/post/86.md

366 B

+++ title = "touchpad keeps scrolling" date = "2012-04-20T17:49:06+00:00" author = "Gibheer" draft = false +++

If you have synaptics and your application just keeps scrolling even after you stopped then put the following in your xorg.conf and it should stop that:

Section "InputClass"
    Option "CoastingSpeed" "0"
EndSection

That should help.