Guest User

Xorg.conf re: mice

a guest
Dec 4th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "InputClass"
  2.   Identifier "Mouse catchall evdev"
  3. MatchIsPointer "on"
  4. Driver "evdev"
  5.  
  6. EndSection
  7.  
  8. Section "InputClass"
  9.   Identifier "synaptics touchpad catchall"
  10.   MatchIsTouchpad "on"
  11.  
  12.   Driver "synaptics"
  13.   Option "MinSpeed" "0.6"
  14.   Option "MaxSpeed" "1.0"
  15.   Option "AccelFactor" "0.001"
  16.   Option "MaxTapTime" "180"
  17. Option "MaxTapMove" "220"
  18. Option "TapButton1" "1"
  19. Option "TapButton2" "2"
  20. Option "TapButton3" "3"
  21.  
  22.   Option "ClickFinger1" "1"
  23.   Option "ClickFinger2" "2"
  24.   Option "ClickFinger3" "3"
  25.   Option "VertTwoFingerScroll" "0"
  26.   Option "HorizTwoFingerScroll" "0"
  27.   Option "VertEdgeScroll" "1"
  28.   Option "HorizEdgeScroll" "1"
  29. EndSection
Advertisement
Add Comment
Please, Sign In to add comment