Add natural scrolling
This commit is contained in:
parent
8b56b3ab0c
commit
93e8b2820f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue