From e50ccf66bec265d153c8904470b688c043033c84 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 27 Feb 2023 16:40:23 +0100 Subject: [PATCH] update scroll speed --- nixos/components/gui/xorg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/components/gui/xorg/default.nix b/nixos/components/gui/xorg/default.nix index 28ecc93..44a55d4 100644 --- a/nixos/components/gui/xorg/default.nix +++ b/nixos/components/gui/xorg/default.nix @@ -37,7 +37,7 @@ with lib; disableWhileTyping = true; tapping = true; scrollMethod = "twofinger"; - accelSpeed = "2"; + accelSpeed = "1.3"; naturalScrolling = true; }; };