# To enable two-finger scrolling and two-finger tap for right mouse click. # # Put this file in /usr/lib/X11/xorg.conf.d/ # Altnernatively, execute the following command to enable these settings on a one-time basis # synclient TapButton2=3 HorizTwoFingerScroll=1 VertTwoFingerScroll=1 EmulateTwoFingerMinZ=29 EmulateTwoFingerMinW=5 JumpyCursorThreshold=200 Section "InputClass" Identifier "touchpad catchall" MatchProduct "SynPS/2 Synaptics TouchPad" MatchIsTouchpad "on" Driver "synaptics" # Option "SendCoreEvents" "true" # Option "AlwaysCore" "true" # Option "CorePointer" # Option "SHMConfig" "true" Option "JumpyCursorThreshold" "200" # Option "HorizEdgeScroll" "off" # Option "VertEdgeScroll" "off" Option "EmulateTwoFingerMinZ" "29" Option "EmulateTwoFingerMinW" "5" Option "TapButton2" "3" # Option "CornerCoasting" "on" Option "PalmDetect" "on" # Option "CircularScrolling" "on" # Option "CircScrollTrigger" "3" # These last two options won't take; they are overridden by # gnome session. Therefore, we need to tell gnome to enable # two finger scroll with the following command: # gconftool-2 --set /desktop/gnome/peripherals/touchpad/scroll_method 2 --type int # Also possible through the gconf-editor gui. # This option should stay set unless you mess with the gnome-mouse-properties. Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" EndSection