Section "InputClass"
  Identifier "touchpad"
  Driver "synaptics"
  Option "FingerHigh" "30"
  Option "FingerLow" "25"
  Option "TapButton1" "1"
  Option "TapButton2" "2"
  Option "TapButton3" "3"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection