about summary refs log tree commit diff
path: root/hosts/luna
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-01 12:12:35 +0200
committerBaitinq <[email protected]>2022-07-01 12:12:35 +0200
commit9d24a267949be64f217e7de97ca12a272141364c (patch)
tree8e1b980aa88fae47f2a9b4ca667acff267d5005e /hosts/luna
parentAdd twoFingerScroll to synaptics (diff)
downloadnixos-config-9d24a267949be64f217e7de97ca12a272141364c.tar.gz
nixos-config-9d24a267949be64f217e7de97ca12a272141364c.tar.bz2
nixos-config-9d24a267949be64f217e7de97ca12a272141364c.zip
Change synaptics sensibility
Diffstat (limited to 'hosts/luna')
-rw-r--r--hosts/luna/hardware.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index 43ca95c..16915e0 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/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";
       };
     };
     fstrim.enable = true;