From 2fcc4e9c47675729a95c919c1e8977636a82ab59 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Nov 2025 14:38:27 +0100 Subject: [PATCH] More --- config/ghostty/config | 2 +- migrations/1762770442.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ghostty/config b/config/ghostty/config index 936165dd..491258aa 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -27,4 +27,4 @@ keybind = shift+insert=paste_from_clipboard keybind = control+insert=copy_to_clipboard # Slowdown mouse scrolling -mouse-scroll-multiplier = 0.8 +mouse-scroll-multiplier = 0.95 diff --git a/migrations/1762770442.sh b/migrations/1762770442.sh index 74e606b6..f312b393 100644 --- a/migrations/1762770442.sh +++ b/migrations/1762770442.sh @@ -1,5 +1,5 @@ echo "Slow down Ghostty mouse scrolling to match Alacritty" if ! grep -q "mouse-scroll-multiplier" ~/.config/ghostty/config; then - echo -e "\n# Slowdown mouse scrolling\nmouse-scroll-multiplier = 0.8" >> ~/.config/ghostty/config + echo -e "\n# Slowdown mouse scrolling\nmouse-scroll-multiplier = 0.95" >> ~/.config/ghostty/config fi