Add natural scrolling

This commit is contained in:
Max Bucknell 2017-01-12 10:25:06 +00:00
parent 8b56b3ab0c
commit 93e8b2820f

View file

@ -157,3 +157,9 @@ exec xmodmap ~/.xmodmap
# Mouse controls. I am so happy I found this # Mouse controls. I am so happy I found this
exec synclient HorizTwoFingerScroll=1 exec synclient HorizTwoFingerScroll=1
exec synclient PalmDetect=1 exec synclient PalmDetect=1
exec synclient TapButton1=0
exec synclient TapButton2=0
# Natural scrolling
exec synclient VertScrollDelta=-243
exec synclient HorizScrollDelta=-243