From b287d7772d4e19fadb6ffa0a24d99e069e7e64e2 Mon Sep 17 00:00:00 2001
From: SolidHal <hal@halemmerich.com>
Date: Thu, 25 Oct 2018 18:37:34 +0000
Subject: [PATCH] Disable three finger swipe fixup up palm rejection

---
 resources/InstallResources/50-synaptics.conf | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/resources/InstallResources/50-synaptics.conf b/resources/InstallResources/50-synaptics.conf
index 3e53508..1e28956 100644
--- a/resources/InstallResources/50-synaptics.conf
+++ b/resources/InstallResources/50-synaptics.conf
@@ -44,8 +44,7 @@ Section "InputClass"
         # Enable 1, 2, and 3 finger clicking as left, right, and middle click, respectively.
         Option "TapButton1" "1"
         Option "TapButton2" "3"
-        Option "TapButton3" "2"
-
+        
         # Calm the pad down while clicking.
         Option "VertHysteresis" "10"
         Option "HorizHysteresis" "10"
@@ -62,8 +61,8 @@ Section "InputClass"
 
         # Prevent accidental clicks
         Option "PalmDetect" "1"
-        Option "PalmMinWidth" "5"
-        Option "PalmMinZ" "55"
+        Option "PalmMinWidth" "10"
+        Option "PalmMinZ" "80"
 
         # scrolling.
         Option "VertTwoFingerScroll" "1"