Advertisement
karamaz0v

synaptic options for Dell Latitude 7480 touchpad

Nov 22nd, 2017
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Section "InputClass"
  2. #        Identifier "DLL07A0:01 044E:120B"
  3. #        MatchIsTouchpad "on"
  4. #        MatchDevicePath "/dev/input/event15"
  5. #        Option "Tapping" "True"
  6. #        Option "TappingDrag" "False"
  7. #        Option "DisableWhileTyping" "True"
  8. #        Driver "libinput"
  9. #EndSection
  10. #
  11.  
  12. /usr/share/X11/xorg.conf.d/50-synaptics.conf
  13.  
  14. Section "InputClass"
  15.     Identifier "DLL07A0:01 044E:120B"
  16.     MatchIsTouchpad "on"
  17.     MatchDevicePath "/dev/input/event15"
  18.     Driver "synaptics"
  19.  
  20.     # three fingers for the middle button
  21.     Option "TapButton3" "2"
  22.     # drag lock
  23.     #Option "LockedDrags" "1"
  24.     # accurate tap-to-click!
  25.     Option "FingerLow" "50"
  26.     Option "FingerHigh" "55"
  27.  
  28.     # prevents too many intentional clicks
  29.     Option "PalmDetect" "0"
  30.  
  31.     # "natural" vertical and horizontal scrolling
  32.     Option "VertTwoFingerScroll" "1"
  33.     Option "VertScrollDelta" "-75"
  34.     Option "HorizTwoFingerScroll" "1"
  35.     Option "HorizScrollDelta" "-75"
  36.  
  37.     Option "MinSpeed" "1"
  38.     Option "MaxSpeed" "1"
  39.  
  40.     Option "AccelerationProfile" "2"
  41.     Option "ConstantDeceleration" "4"
  42. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement