better config for libinput.

This commit is contained in:
2017-10-01 00:44:01 +08:00
parent 907ed3f607
commit 045715f57b

7
40-libinput.conf Normal file
View File

@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection