Skip to content

Instantly share code, notes, and snippets.

@riivanov
Created February 4, 2023 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riivanov/919627d4b76a50c173099195300b106a to your computer and use it in GitHub Desktop.
Save riivanov/919627d4b76a50c173099195300b106a to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d - Enable tapping on Lenovo Thinkpad E15 Gen2
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