From 34811259191bf6735a5a59fe26d2d6e4df55d9f3 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 16 Mar 2026 22:51:08 +0000 Subject: [PATCH] fix(hypr): fix minimum force speed --- .config/hypr/input.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index e19779f..75b85b0 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -23,9 +23,9 @@ device { gestures { workspace_swipe_cancel_ratio = 0 - workspace_swipe_min_speed_to_force = 0 + workspace_swipe_min_speed_to_force = 10 } -gesture = 3, horizontal, scale: 0.5, workspace +gesture = 3, horizontal, scale: 0.1, workspace gesture = 3, down, fullscreen