From 0be8284014610727f3ca6c3acb4cc70efe5ff731 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 1 Jul 2022 12:12:35 +0200 Subject: Change synaptics sensibility --- hosts/luna/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/luna') 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; -- cgit 1.4.1