From 454e17dea4a48e25ece23d64e1d44e140c631be0 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Jun 2026 19:30:03 +0100 Subject: [PATCH] Scrolling in ghostty --- .config/hypr/input.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.config/hypr/input.lua b/.config/hypr/input.lua index 8b88434..91904e5 100644 --- a/.config/hypr/input.lua +++ b/.config/hypr/input.lua @@ -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