Friday, October 18, 2019

Linux Lubuntu Touchpad

This is a technical tip. Linux Lubuntu is a very fast operating system. I needed to adjust just one thing. As supplied, one can't tap on the touchpad to left-click. To enable this, one opens up the file manager, and goes to Tool>Open as Root. One creates the folders (where any are nonexistent) /etc/X11/xorg.conf.d (where /etc is found two layers deeper than the /lubuntu folder). In /xorg.conf.d one right-clicks to Create New>Blank File. Now one writes in the file:

   Section "InputClass" 
      Identifier "touchpad" 
      Driver "libinput" 
      MatchIsTouchpad "on" 
      Option "Tapping" "on" 
   EndSection

and saves or renames it as 30-touchpad.conf  Then one reboots the computer.

No comments: