wok-next diff xorg-xf86-input-synaptics/stuff/35-synaptics.conf @ rev 11460
orage: add popt to depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 17 11:42:21 2011 +0100 (2011-12-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-xf86-input-synaptics/stuff/35-synaptics.conf Sat Dec 17 11:42:21 2011 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +Section "InputClass" 1.5 + Identifier "touchpad" 1.6 + Driver "synaptics" 1.7 + MatchIsTouchpad "on" 1.8 + Option "SHMConfig" "on" 1.9 + Option "TapButton1" "1" 1.10 + Option "TapButton2" "2" 1.11 + Option "TapButton3" "3" 1.12 + Option "VertEdgeScroll" "on" 1.13 + Option "VertTwoFingerScroll" "on" 1.14 + Option "HorizEdgeScroll" "on" 1.15 + Option "HorizTwoFingerScroll" "on" 1.16 + Option "CircularScrolling" "on" 1.17 + Option "CircScrollTrigger" "2" 1.18 + Option "EmulateTwoFingerMinZ" "0" 1.19 +EndSection 1.20 \ No newline at end of file