From 9a2feb3a158c83d288441fa9f3cc477d50a37b0c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 01:46:36 -0500 Subject: [PATCH] fix(hyprland): make zoom additive --- config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 5b381bd..62ad00a 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -60,8 +60,8 @@ animations { } gestures { - gesture = 2, pinchin, cursorZoom, 2.0 - gesture = 2, pinchout, cursorZoom, -2.0 + gesture = 2, pinchin, cursorZoom, 1.75 + gesture = 2, pinchout, cursorZoom, -1.75 } input {