Last active
June 18, 2020 11:57
-
-
Save makiftasova/2bc01d615c86776811871ac36276ca87 to your computer and use it in GitHub Desktop.
[libinput] /usr/share/X11/xorg.conf.d/50-elantech-touchpad.conf file for configuring ETPS/2 Elantech touchpads
This file contains hidden or 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" | |
MatchIsTouchpad "on" | |
MatchProduct "ETPS/2|Elantech" | |
Driver "libinput" | |
Option "Tapping" "on" | |
Option "TappingButtonMap" "lmr" | |
Option "DisableWhileTyping" "on" | |
Option "DisableWhileTyping" "on" | |
Option "NaturalScrolling" "on" | |
Option "NaturalScrolling" "twofinger" | |
Option "TappingDrag" "on" | |
Option "TappingDragLock" "on" | |
Option "AccelProfile" "adaptive" | |
Option "AccelSpeed" "0.1" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment