Mouse Acceleration

Here’s mine of the reference:

[mbb@mbb-laptop ~]$ cat /etc/X11/xorg.conf.d/01-TackPoint-MousePad.conf 
# Configuração do TrackPoint

Section "InputClass"
  Identifier "mouse"
  MatchProduct "PS/2 Generic Mouse"
  Driver "libinput"
  # Option "Device"   "/dev/input/event17"
  Option "AccelProfile" "flat"
  Option "AccelSpeed" "1" 
  Option "HorizontalScrolling" "true" 
  Option "MiddleEmulation" "false" 
  Option "NaturalScrolling" "false"
  Option "ScrollButton" "3"  
  Option "ScrollMethod" "button" 
  Option "SendEventsMode" "enabled"
EndSection


# Configuração do MousePad

Section "InputClass"
  Identifier "touchpad"
  MatchProduct "SynPS/2 Synaptics TouchPad"
  Driver "libinput"
  # Option "Device"   "/dev/input/event18"
  Option "AccelSpeed" "0.9"
  Option "HorizontalScrolling" "true"
  Option "MiddleEmulation" "false"
  Option "NaturalScrolling" "false"
  Option "ScrollMethod" "twofinger"
  Option "SendEventsMode" "enabled"
  Option "Tapping" "false"
  Option "DisableWhileTyping" "true"  
EndSection

You can get the MatchProduct through xinput