Created
February 4, 2023 20:32
-
-
Save riivanov/919627d4b76a50c173099195300b106a to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d - Enable tapping on Lenovo Thinkpad E15 Gen2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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