From 35b728fdf4429a1e51f204b8961cf5ac01c20919 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Wed, 22 Oct 2025 21:14:03 +0200 Subject: [PATCH] flat mouse accel --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a8c5c04..18bee92 100644 --- a/config.h +++ b/config.h @@ -98,7 +98,7 @@ static const uint32_t send_events_mode = LIBINPUT_CONFIG_SEND_EVENTS_ENABLED; LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE */ -static const enum libinput_config_accel_profile accel_profile = LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE; +static const enum libinput_config_accel_profile accel_profile = LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT; static const double accel_speed = 0.0; /* You can choose between: