Enable touchpad tapping

This commit is contained in:
Riyyi
2017-12-25 16:36:38 +01:00
parent 7440991690
commit 8a7034c6d2
+6
View File
@@ -0,0 +1,6 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection