From 947348d7940cb2fac18ca8efc769741054be72e7 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Sun, 23 Apr 2023 01:58:06 +0300 Subject: [PATCH] Moar mouse speed still --- 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 eea5024..0cd79ec 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -86,7 +86,7 @@ enable = true; mouse = { accelProfile = "flat"; - accelSpeed = "0"; # -1..1 + accelSpeed = ".5"; # -1..1 }; touchpad = { accelProfile = "flat";