From 30a49d0458809d660324edd36aa411756b0572ed Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Sun, 2 Mar 2025 08:46:11 -0600 Subject: [PATCH] fixup! config: default mouse-scroll-multiplier to 3.0 --- src/config/Config.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 589460a18..c2749b45c 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -609,9 +609,7 @@ palette: Palette = .{}, /// than 0.01 or greater than 10,000 will be clamped to the nearest valid /// value. /// -/// A value of "1" (default) scrolls the default amount. A value of "2" scrolls -/// double the default amount. A value of "0.5" scrolls half the default amount. -/// Et cetera. +/// A value of "3" (default) scrolls 3 lines per tick. @"mouse-scroll-multiplier": f64 = 3.0, /// The opacity level (opposite of transparency) of the background. A value of