Enable Tap to Click and Other Features in Linux
It should be easy.
If your touchpad is not working
Edit /etc/default/grub to pass kernel parameter (docs):
GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp=1"
Leave other paramters as is. Generate configuration file as normal and reboot.
Make touchpad more u...
hashnode.adityakumar.xyz1 min read