Scrolll

From LinuxSwords Wiki

Jump to: navigation, search

scroll with two fingers

Enable scrolling vertical and horizontal with two fingers

Section "InputDevice"
   Identifier "Synaptics Touchpad"
   Driver "synaptics"
   Option "SendCoreEvents" "true"
   Option "Device" "/dev/psaux"
   Option "Protocol" "auto-dev"
   Option "VertScrollDelta" "80"
   Option "HorizScrollDelta" "80"
   Option "VertEdgeScroll" "0"
   Option "HorizEdgeScroll" "0"
   Option "VertTwoFingerScroll" "1"
   Option "HorizTwoFingerScroll" "1"
EndSection
Personal tools