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