summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-09-18 19:33:21 +0200
committerAlan Pearce2017-09-18 19:33:21 +0200
commit1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb (patch)
tree4c4ff8974db506cf8b4417cfeb29f8f34dbc141f
parent975ef23c19f93a01db60c9834823b4eeea96be8e (diff)
parentcc28a5341073dccf3fd974828da916b6a8919380 (diff)
downloadnixfiles-1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb.tar.lz
nixfiles-1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb.tar.zst
nixfiles-1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb.zip
Merge remote-tracking branch 'origin/master'
-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;