wok diff xorg-xf86-input-synaptics/stuff/45-synaptics.conf @ rev 16572
slitaz-base-files: dont symlink /var/run, it --bind on /rn tmpfs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 02 19:10:08 2014 +0200 (2014-05-02) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-xf86-input-synaptics/stuff/45-synaptics.conf Fri May 02 19:10:08 2014 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +Section "InputClass" 1.5 + Identifier "touchpad" 1.6 + Driver "synaptics" 1.7 + MatchIsTouchpad "on" 1.8 + MatchDevicePath "/dev/input/event*" 1.9 + Option "SHMConfig" "on" 1.10 + Option "TapButton1" "1" 1.11 + Option "TapButton2" "2" 1.12 + Option "TapButton3" "3" 1.13 + Option "VertEdgeScroll" "on" 1.14 + Option "VertTwoFingerScroll" "on" 1.15 + Option "HorizEdgeScroll" "on" 1.16 + Option "HorizTwoFingerScroll" "on" 1.17 + Option "CircularScrolling" "on" 1.18 + Option "CircScrollTrigger" "2" 1.19 + Option "EmulateTwoFingerMinZ" "0" 1.20 +EndSection 1.21 \ No newline at end of file