From 2a97dbf7ca6a729a342f02e749f4bcbaebd9a42f Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:32:28 -0500 Subject: [PATCH] slowed down the mouse scrolling in ghostty --- modules/programs/ghostty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/ghostty.nix b/modules/programs/ghostty.nix index 19ded66..5b8dcd3 100644 --- a/modules/programs/ghostty.nix +++ b/modules/programs/ghostty.nix @@ -43,6 +43,7 @@ shell-integration = "zsh"; shell-integration-features = [ "no-title" "sudo" ]; gtk-single-instance = true; + mouse-scroll-multiplier = 0.375; window-position-x = 25; window-position-y = 25;