Comment 5 for bug 567068

Revision history for this message
Guido I (guidoweb) wrote : Re: udev rules with dot in key fails with Env must be KEY=VALUE pairs

Great, it worked

Pasting my conf

$ cat /etc/X11/xorg.conf
Section "InputClass"
 Identifier "Synaptics Custom Settings"
 MatchIsTouchpad "on"
 MatchDevicePath "/dev/input/event*"
 Driver "synaptics"
 Option "SHMConfig" "On"
 Option "TapButton1" "1"
 Option "CircularScrolling" "1"
 Option "CircScrollTrigger" "3" # Right edge
 Option "FastTaps" "1"
 Option "MaxDoubleTapTime" "120" # Make double-tap work faster for me
 Option "RTCornerButton" "2"
 Option "HorizEdgeScroll" "1"
EndSection

Cheers!