Probe #3517ce2745 of Lenovo IdeaPad 320-15IKB To...
Log: xorg.conf.d
40-libinput.conf
----------------
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchDriver "libinput"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Tapping" "on"
EndSection
driver-intel.conf
-----------------
Section "Device"
Identifier "Card0"
Driver "intel"
EndSection
xorg.conf
---------
Section "InputDevice"
Identifier "Touchpad"
Driver "libinput"
Option "Device" "/dev/input/event6"
Option "AutoServerLayout" "true"
EndSection
20-swcursor.conf
----------------
Section "Device"
Identifier "Device0"
Option "SWCursor" "on"
EndSection
30-tap.conf
-----------
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "NaturalScrolling" "on"
Option "ClickMethod" "clickfinger"
Option "AccelSpeed" "0.0"
Option "DisableWhileTyping" "on"
EndSection