mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
fixup! config: default mouse-scroll-multiplier to 3.0
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user