Enable tap to click

This commit is contained in:
Chrysostomus 2017-07-10 08:20:42 +03:00
parent 067f0398ed
commit 819b20a11a
1 changed files with 10 additions and 0 deletions

View File

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