wok-6.x annotate xorg-xf86-input-synaptics/stuff/45-synaptics.conf @ rev 23642
updated libsgutils2 (1.29 -> 1.45)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 10:45:27 2020 +0100 (2020-04-20) |
parents | |
children |
rev | line source |
---|---|
pascal@18866 | 1 Section "InputClass" |
pascal@18866 | 2 Identifier "touchpad" |
pascal@18866 | 3 Driver "synaptics" |
pascal@18866 | 4 MatchIsTouchpad "on" |
pascal@18866 | 5 MatchDevicePath "/dev/input/event*" |
pascal@18866 | 6 Option "SHMConfig" "on" |
pascal@18866 | 7 Option "TapButton1" "1" |
pascal@18866 | 8 Option "TapButton2" "2" |
pascal@18866 | 9 Option "TapButton3" "3" |
pascal@18866 | 10 Option "VertEdgeScroll" "on" |
pascal@18866 | 11 Option "VertTwoFingerScroll" "on" |
pascal@18866 | 12 Option "HorizEdgeScroll" "on" |
pascal@18866 | 13 Option "HorizTwoFingerScroll" "on" |
pascal@18866 | 14 Option "CircularScrolling" "on" |
pascal@18866 | 15 Option "CircScrollTrigger" "2" |
pascal@18866 | 16 Option "EmulateTwoFingerMinZ" "0" |
pascal@18866 | 17 EndSection |