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:
parent
305bef81fa
commit
6536e7b531
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ host = 192.168.2.1
|
|||
name = arcana
|
||||
xkb_key_offset = 8
|
||||
|
||||
[wlr]
|
||||
wheel_mult = 1
|
||||
|
||||
[tls]
|
||||
enable = false
|
||||
tofu = false
|
||||
|
|
Loading…
Add table
Reference in a new issue