diff --git a/xorg.conf.d/50-touchpad.conf b/xorg.conf.d/50-touchpad.conf new file mode 100644 index 0000000..501101f --- /dev/null +++ b/xorg.conf.d/50-touchpad.conf @@ -0,0 +1,13 @@ +Section "InputClass" + Identifier "Microsoft Surface Type Cover Touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "true" + Option "TappingDrag" "true" + Option "TappingDragLock" "true" + Option "TappingButtonMap" "lrm" + Option "DisableWhileTyping" "true" + Option "ScrollMethod" "twofinger" + Option "ClickMethod" "clickfinger" + Option "HorizontalScrolling" "true" +EndSection \ No newline at end of file