From 2d038b2ae21be88785a34124ed0438df1b7889ef Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 27 Jul 2025 11:02:14 +0800 Subject: [PATCH] feat(niri): disable auto scroll --- modules/desktop/wm/niri/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/wm/niri/config.nix b/modules/desktop/wm/niri/config.nix index c2c97c7..f9aa899 100644 --- a/modules/desktop/wm/niri/config.nix +++ b/modules/desktop/wm/niri/config.nix @@ -10,7 +10,7 @@ input = { focus-follows-mouse = { enable = true; - max-scroll-amount = "40%"; + max-scroll-amount = "0%"; }; workspace-auto-back-and-forth = true; };