waybar: lower smooth-scrolling-threshold to fix discrete scroll events
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
6e3a046918
commit
ccf30d8414
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in {
|
||||||
#!! Some settings are commonly available for use but not documented per module
|
#!! Some settings are commonly available for use but not documented per module
|
||||||
common = {
|
common = {
|
||||||
# https://github.com/Alexays/Waybar/issues/1800
|
# https://github.com/Alexays/Waybar/issues/1800
|
||||||
smooth-scrolling-threshold = 2;
|
smooth-scrolling-threshold = 1; #!! Affects discrete scroll events
|
||||||
|
|
||||||
on-scroll-down =
|
on-scroll-down =
|
||||||
if config.custom.desktop == "niri"
|
if config.custom.desktop == "niri"
|
||||||
|
|
Loading…
Add table
Reference in a new issue