Skip to content

Instantly share code, notes, and snippets.

@gogvale
Last active August 8, 2020 02:41
Show Gist options
  • Save gogvale/8fdd55064587d414176d224b9cea4bbb to your computer and use it in GitHub Desktop.
Save gogvale/8fdd55064587d414176d224b9cea4bbb to your computer and use it in GitHub Desktop.

Create file /etc/X11/xorg.conf.d/30-touchpad.conf

Section "InputClass"   
  Identifier "touchpad"  
  Driver "libinput"  
  MatchIsTouchpad "on"  
  Option "Tapping" "on"  
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment