But only vertical scrolling is enabled, to also get horizontal two-finger scrolling you have to add 2 lines to the following file (as root!):
/etc/X11/xorg.conf.d/50-synaptics.conf
The lines in bold do the magic!
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "HorizScrollDelta" "0"
Option "VertTwoFingerScroll" "1" # multitouch
Option "HorizTwoFingerScroll" "1" # multitouch
EndSection
Just log out and back in...
No comments:
Post a Comment