diff --git a/resources/InstallResources/50-synaptics.conf b/resources/InstallResources/50-synaptics.conf index f6ddb9b..3e53508 100644 --- a/resources/InstallResources/50-synaptics.conf +++ b/resources/InstallResources/50-synaptics.conf @@ -51,7 +51,10 @@ Section "InputClass" Option "HorizHysteresis" "10" # Drag Lock - #Option "LockedDrags" "1" + Option "LockedDrags" "0" + + # Tap n drag + Option "TapAndDragGesture" "0" # Tap to click thresholds. Option "FingerLow" "10" @@ -59,8 +62,8 @@ Section "InputClass" # Prevent accidental clicks Option "PalmDetect" "1" - Option "PalmMinWidth" "10" - Option "PalmMinZ" "80" + Option "PalmMinWidth" "5" + Option "PalmMinZ" "55" # scrolling. Option "VertTwoFingerScroll" "1"