From baed356708866f999f2ba3c089cafac805b23bbb Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 26 Dec 2024 19:07:25 -0500 Subject: [PATCH] niri: modify input sensitivity Signed-off-by: Myned --- options/custom/desktops/niri/input.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/desktops/niri/input.nix b/options/custom/desktops/niri/input.nix index 27a24c6..eaad4d6 100644 --- a/options/custom/desktops/niri/input.nix +++ b/options/custom/desktops/niri/input.nix @@ -25,7 +25,7 @@ in { click-method = "clickfinger"; # Multi-finger click dwt = true; # Disable while typing dwtp = true; # Disable while trackpointing - scroll-factor = 0.5; + scroll-factor = 0.4; }; # BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported @@ -33,7 +33,7 @@ in { mouse = { accel-profile = "adaptive"; - accel-speed = -0.1; + accel-speed = -0.2; }; trackball = {