From 0c396248e8bdbb914fc996e41ccd97f10eb8aa67 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 22 Jul 2023 14:19:50 +0200 Subject: [PATCH] pinwheel: Update touchpad acceleration and speed --- hosts/pinwheel/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 39531ca..24fb0d6 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -108,6 +108,8 @@ "type:touchpad" = { tap = "enabled"; drag = "disabled"; + accel_profile = "flat"; + pointer_accel = "0.7"; }; };