[lxde] added libinput conf for touchpad

This commit is contained in:
Frede Hundewadt 2019-09-19 07:21:58 +02:00
parent 9ac3dce571
commit 5a224e9a88

View file

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
EndSection