Slowdown the ghostty scrolling a tad
This commit is contained in:
@@ -0,0 +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
|
||||
fi
|
||||
Reference in New Issue
Block a user