From 6f2a20be8e8386eadc85cf89b4c406ebcf9c28e7 Mon Sep 17 00:00:00 2001 From: hiqqup Date: Tue, 12 Dec 2023 15:07:06 +0100 Subject: [PATCH] add decimal point to scroll_factor in config.def.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 047168a..595988a 100644 --- a/config.def.h +++ b/config.def.h @@ -66,7 +66,7 @@ static const int natural_scrolling = 0; static const int disable_while_typing = 1; static const int left_handed = 0; static const int middle_button_emulation = 0; -static const double scroll_factor = 1; +static const double scroll_factor = 1.0; /* You can choose between: LIBINPUT_CONFIG_SCROLL_NO_SCROLL LIBINPUT_CONFIG_SCROLL_2FG