From 8bc84533c60293595ad73d079725954fb133059a Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Thu, 20 Apr 2023 21:52:14 +0300 Subject: [PATCH] Revert "JK speed was just fine" (it wasn't) This reverts commit e875215e79811df75bf5984d18cb9bae5dceab0c. --- nixos/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index 4267252..7cc1a71 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -86,7 +86,7 @@ enable = true; mouse = { accelProfile = "flat"; - accelSpeed = ".5"; # -1..1 + accelSpeed = "0"; # -1..1 }; touchpad = { accelProfile = "flat";