diff options
Diffstat (limited to 'hosts/phobos/hardware.nix')
-rw-r--r-- | hosts/phobos/hardware.nix | 4 |
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"; }; }; }; |