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.
This commit is contained in:
Trysdyn Black 2023-02-22 03:32:00 -08:00
parent 305bef81fa
commit 6536e7b531

View file

@ -2,6 +2,9 @@ host = 192.168.2.1
name = arcana
xkb_key_offset = 8
[wlr]
wheel_mult = 1
[tls]
enable = false
tofu = false