From ccf30d841483b33a811474efa491b3d792522086 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 1 Jan 2025 11:47:27 -0600 Subject: [PATCH] waybar: lower smooth-scrolling-threshold to fix discrete scroll events Signed-off-by: Myned --- options/custom/programs/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/programs/waybar/default.nix b/options/custom/programs/waybar/default.nix index e01b90b..931941a 100644 --- a/options/custom/programs/waybar/default.nix +++ b/options/custom/programs/waybar/default.nix @@ -95,7 +95,7 @@ in { #!! Some settings are commonly available for use but not documented per module common = { # https://github.com/Alexays/Waybar/issues/1800 - smooth-scrolling-threshold = 2; + smooth-scrolling-threshold = 1; #!! Affects discrete scroll events on-scroll-down = if config.custom.desktop == "niri"