Add touchpad conf

This commit is contained in:
Joseph Ferano 2023-02-28 01:05:14 -05:00
parent d10dae9bfb
commit ea2f8a585e

View File

@ -0,0 +1,7 @@
Section "InputClass"
Identifier "touchpad catchall"
Driver "libinput"
MatchIsTouchpad "on"
Option "NaturalScrolling" "True"
Option "Tapping" "True"
EndSection