Steps
install
xf86-input-libinputbash sudo pacman -S xf86-input-libinputgo to
/etc/X11/xorg.conf.dbash cd /etc/X11/xorg.conf.dcreate a file named
30.touchpad.confusing the nano text editorbash sudo nano 30-touchpad.confput this in the created file:
Section "InputClass"
Identifier "devname"
Driver "libinput"
Option "Tapping" "on"
Option "Natural Scrolling" "true"
EndSection- reboot and everything should work fine!
Update: 19/04/2023
- changed
Identifier "devname"toIdentifier "touchpad" - also added this after
Driver:
MatchIsTouchpad "on"