Code: Select all
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton2" "3"
Option "VertTwoFingerScroll" "1"
EndSection
'synclient -l' gives me current touchpad settings. I guess they must be stored in a file somewhere, which can be edited, but no idea where to find it.
Since my homemade solution adding lines to /etx/xdg/lxsession/LXDE/autostart works, no big deal. But IMHO things were easier when one had a 'proper' xorg.conf file to fiddle with (really easy with gxorgmaker)