fixup! config: default mouse-scroll-multiplier to 3.0

This commit is contained in:
Tim Culverhouse
2025-03-02 08:46:11 -06:00
parent 68a2478317
commit 30a49d0458

View File

@ -609,9 +609,7 @@ palette: Palette = .{},
/// than 0.01 or greater than 10,000 will be clamped to the nearest valid /// than 0.01 or greater than 10,000 will be clamped to the nearest valid
/// value. /// value.
/// ///
/// A value of "1" (default) scrolls the default amount. A value of "2" scrolls /// A value of "3" (default) scrolls 3 lines per tick.
/// double the default amount. A value of "0.5" scrolls half the default amount.
/// Et cetera.
@"mouse-scroll-multiplier": f64 = 3.0, @"mouse-scroll-multiplier": f64 = 3.0,
/// The opacity level (opposite of transparency) of the background. A value of /// The opacity level (opposite of transparency) of the background. A value of