Scrolling in ghostty

This commit is contained in:
2026-06-12 19:30:03 +01:00
parent 6324dea7b0
commit 454e17dea4
+1 -8
View File
@@ -64,19 +64,12 @@ hl.config({
})
-- Scroll nicely in the terminal
hl.window_rule({
name = "Scroll nicely in the terminal",
match = {
class = "(Alacritty|kitty)",
},
scroll_touchpad = 1.5,
})
hl.window_rule({
name = "Scroll nicely in the terminal",
match = {
class = "com.mitchellh.ghostty",
},
scroll_touchpad = 0.2,
scroll_mouse = 1.5,
})
-- Enable touchpad gestures for changing workspaces