diff options
author | Alan Pearce | 2017-09-18 19:33:21 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-18 19:33:21 +0200 |
commit | 1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb (patch) | |
tree | 4c4ff8974db506cf8b4417cfeb29f8f34dbc141f | |
parent | 975ef23c19f93a01db60c9834823b4eeea96be8e (diff) | |
parent | cc28a5341073dccf3fd974828da916b6a8919380 (diff) | |
download | nixfiles-1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb.tar.lz nixfiles-1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb.tar.zst nixfiles-1cfc9c2d492616eefa5f9c022021c1ec3c8b5cdb.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | modules/synaptics.nix | 6 |
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; |