wok view xorg-xf86-input-synaptics/stuff/45-synaptics.conf @ rev 20063
Up xrdp (0.9.3.1), add xorgxrdp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 22 21:42:40 2017 +0200 (2017-09-22) |
parents | |
children |
line source
1 Section "InputClass"
2 Identifier "touchpad"
3 Driver "synaptics"
4 MatchIsTouchpad "on"
5 MatchDevicePath "/dev/input/event*"
6 Option "SHMConfig" "on"
7 Option "TapButton1" "1"
8 Option "TapButton2" "2"
9 Option "TapButton3" "3"
10 Option "VertEdgeScroll" "on"
11 Option "VertTwoFingerScroll" "on"
12 Option "HorizEdgeScroll" "on"
13 Option "HorizTwoFingerScroll" "on"
14 Option "CircularScrolling" "on"
15 Option "CircScrollTrigger" "2"
16 Option "EmulateTwoFingerMinZ" "0"
17 EndSection