From 4cc6ea3d9f9221bd254f1f2a0f2916e780e05087 Mon Sep 17 00:00:00 2001 From: bontalor Date: Wed, 29 Apr 2026 07:55:52 -0400 Subject: [PATCH] Fix: Use accel_profile=flat instead of force_no_accel for proper pointer behavior (#5479) * Replace force_no_accel with accel_profile * Correct comment --- 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 c8b0a19c..10d122cd 100644 --- a/config/hypr/input.conf +++ b/config/hypr/input.conf @@ -19,8 +19,8 @@ input { # Increase sensitivity for mouse/trackpad (default: 0) # sensitivity = 0.35 - # Turn off mouse acceleration (default: false) - # force_no_accel = true + # Turn off mouse acceleration (default: adaptive) + # accel_profile = flat touchpad { # Use natural (inverse) scrolling