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