Scrolling in ghostty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user