Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "touchpad ignore duplicates"
  3. MatchIsTouchpad "on"
  4. MatchOS "Linux"
  5. MatchDevicePath "/dev/input/mouse*"
  6. Option "Ignore" "on"
  7. Option "HorizResolution" "1"
  8. Option "VertResolution" "1.77"
  9. EndSection
  10.  
  11. xinput list
  12. xinput set-prop 12 'Device Accel Profile' 0
  13. xinput set-prop 12 'Device Accel Constant Deceleration' 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement