mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
More
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user