wok view xorg-xf86-input-synaptics/stuff/35-synaptics.conf @ rev 12077

fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 09 10:16:47 2012 +0100 (2012-03-09)
parents
children
line source
1 Section "InputClass"
2 Identifier "touchpad"
3 Driver "synaptics"
4 MatchIsTouchpad "on"
5 Option "SHMConfig" "on"
6 Option "TapButton1" "1"
7 Option "TapButton2" "2"
8 Option "TapButton3" "3"
9 Option "VertEdgeScroll" "on"
10 Option "VertTwoFingerScroll" "on"
11 Option "HorizEdgeScroll" "on"
12 Option "HorizTwoFingerScroll" "on"
13 Option "CircularScrolling" "on"
14 Option "CircScrollTrigger" "2"
15 Option "EmulateTwoFingerMinZ" "0"
16 EndSection