From 6536e7b531bdda5959025dcab764359f02c1f8bc Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 22 Feb 2023 03:32:00 -0800 Subject: [PATCH] Fix waynergy bug with mousewheel speed & wl-roots One version of waynergy made a bad assumption about mousewheel speed if you're using the wl-roots method of input handling and would set the multiplier to 8, causing the mousewheel to send things spinning out of contorl. That's been fixed but there's no harm in declaring this explicitly anyway. --- .config/waynergy/config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/waynergy/config.ini b/.config/waynergy/config.ini index 8cdc501..1f71e59 100644 --- a/.config/waynergy/config.ini +++ b/.config/waynergy/config.ini @@ -2,6 +2,9 @@ host = 192.168.2.1 name = arcana xkb_key_offset = 8 +[wlr] +wheel_mult = 1 + [tls] enable = false tofu = false