about summary refs log tree commit diff
path: root/hosts/phobos/hardware.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-01 12:12:35 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-01 12:12:35 +0200
commit0be8284014610727f3ca6c3acb4cc70efe5ff731 (patch)
tree543c0a28bd19b87710b664fab400ccc9ee8890c8 /hosts/phobos/hardware.nix
parentAdd twoFingerScroll to synaptics (diff)
downloadnixos-config-0be8284014610727f3ca6c3acb4cc70efe5ff731.tar.gz
nixos-config-0be8284014610727f3ca6c3acb4cc70efe5ff731.tar.bz2
nixos-config-0be8284014610727f3ca6c3acb4cc70efe5ff731.zip
Change synaptics sensibility
Diffstat (limited to 'hosts/phobos/hardware.nix')
-rw-r--r--hosts/phobos/hardware.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix
index d42be43..e01c237 100644
--- a/hosts/phobos/hardware.nix
+++ b/hosts/phobos/hardware.nix
@@ -49,7 +49,11 @@ in
       # Enable touchpad support (enabled default in most desktopManager).
       synaptics = {
         enable = true;
+        palmDetect = true;
         twoFingerScroll = true;
+        minSpeed = "1.0";
+        maxSpeed = "1.12";
+        accelFactor = "0.01";
       };
     };
   };