From 1a54587db41e9950b293c4cb8717e40ba25edbac Mon Sep 17 00:00:00 2001 From: "[Alien]" Date: Fri, 14 May 2021 13:04:19 +0300 Subject: [PATCH] TypeCover touchpad Xorg config --- xorg.conf.d/50-touchpad.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 xorg.conf.d/50-touchpad.conf 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