Files
omarchy/migrations/1762770442.sh
2025-11-10 11:33:35 +01:00

6 lines
234 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.8" >> ~/.config/ghostty/config
fi