Files
omarchy/migrations/1762770442.sh
David Heinemeier Hansson 2fcc4e9c47 More
2025-11-10 14:38:27 +01:00

6 lines
235 B
Bash

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.95" >> ~/.config/ghostty/config
fi