From 815dfaab7e37ab522aabbebac23ee4804a7ed8e4 Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 22 May 2024 22:43:40 +0800 Subject: [PATCH] devices.surface: fix iptsd --- devices/surface/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/default.nix b/devices/surface/default.nix index a7d63c2a..2850776b 100644 --- a/devices/surface/default.nix +++ b/devices/surface/default.nix @@ -62,7 +62,7 @@ inputs: services.iptsd.config = { Touch = { DisableOnPalm = true; DisableOnStylus = true; Overshoot = 0.5; }; - Contacts = { Neutral = "Average"; NeutralValue = 50; }; + Contacts = { Neutral = "Average"; NeutralValue = 100; }; }; }; }