Enable touchpad tapping

This commit is contained in:
ItsDrike 2021-09-08 12:16:59 +02:00
parent f28aaea22a
commit 8e16e3f162
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -0,0 +1,7 @@
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
EndSection