[infinity] enable tap-to-click globally

This commit is contained in:
Bernhard Landauer 2019-10-22 18:34:44 +02:00
parent fb895c835d
commit d164dce4f0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection