This should enable tap to click and edge scrolling

This commit is contained in:
RealStickman 2020-09-07 11:22:43 +00:00
parent fd756f7cb1
commit 8c0de3df2f

View File

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