From 6d8f687a9e85360582ba6914a1d1a377530dcaf2 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 28 Jun 2026 14:26:55 +0200 Subject: [PATCH] Modules/Niri: Increase max-scroll-amount for mouse focus --- home/homemodules/niri/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/homemodules/niri/default.nix b/home/homemodules/niri/default.nix index 12cccc0..a506490 100644 --- a/home/homemodules/niri/default.nix +++ b/home/homemodules/niri/default.nix @@ -432,7 +432,7 @@ in { input = { focus-follows-mouse = { enable = true; - max-scroll-amount = "0%"; # Skip partial windows that would scroll the viewport on focus + max-scroll-amount = "10%"; # Skip partial windows that would scroll the viewport on focus }; keyboard = {