diff --git a/libinput/30-touchpad.conf b/libinput/30-touchpad.conf new file mode 100644 index 0000000..054602b --- /dev/null +++ b/libinput/30-touchpad.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "libinput" + MatchIsTouchpad "on" + Option "NaturalScrolling" "True" + Option "Tapping" "True" +EndSection