summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/synaptics.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/synaptics.nix b/modules/synaptics.nix
index 1028db35..9f075cce 100644
--- a/modules/synaptics.nix
+++ b/modules/synaptics.nix
@@ -5,10 +5,10 @@
     synaptics = {
       enable = true;
 
-      accelFactor = "0.05";
+      accelFactor = "0.04";
 
-      minSpeed = "0.2";
-      maxSpeed = "1.0";
+      minSpeed = "0.3";
+      maxSpeed = "0.6";
 
       palmDetect = true;
       palmMinWidth = 5;