mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #355] Windows -> Arch (Hyprland) no scroll #181
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Siarko on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/355
Hello, first of all, this is an amazing software. Works better than barrier or synergy in most cases.
Now for the issue:
I'm sharing input from windows 10 to arch with hyprland. Everything works apart from mouse scroll - it doesn't send scroll to arch at all.
Can I provide any more info - logs form any machine? Where would I find them?
@feschber commented on GitHub (Dec 7, 2025):
Thank you for the feedback.
To provide useful logs, you could run lan-mouse with the envvar
LAN_MOUSE_LOG_LEVEL=traceset on the Hyprland side.(you need to stop other lan-mouse instances first)
@CrypticEntity commented on GitHub (Jan 11, 2026):
I appear to be having the same issue with plasma-> hyprland, here is my log:
https://pastebin.com/fNP4hdkY
@grodius commented on GitHub (Feb 27, 2026):
Hi - I am going hyprland > macos, and though it looks like scrolling is being detected on the macos side, nothing scrolls, this is the log from the mac:
https://pastebin.com/DL19m3M2
(edit: both devices same version: lan-mouse 0.10.0
branch:main
commit_hash:27225ed5
build_time:2026-02-22 16:48:55 +00:00)
@feschber commented on GitHub (Feb 27, 2026):
Can you please test the development release? There have been a lot of changes since 0.10
@grodius commented on GitHub (Feb 28, 2026):
this only started after I updated to
27225ed5published feb 22 - is there something newer?@feschber commented on GitHub (Feb 28, 2026):
Ah sorry, I thought that you are using 0.10.0.
Are you sure, its this specific commit, or did you update from an earlier version?
Anyway, I will test this and see if I can reproduce ..
@grodius commented on GitHub (Mar 2, 2026):
I wanted to share my fix for future users, and potentially it can assist in the lan-mouse project's development, if you want to preempt the issue somehow (no idea how that would be accomplished myself)
Once I realized wired mouse scrolling DID work on the remote computer, I realized that wired was passing +/- 120 for scroll events, while my wireless dongle was passing +/- 15. Its high-res mouse scrolling.
I did an override with a libinput quirk to disable high-res mouse scrolling:
mine:
and the issue was resolved.
[logitech g303 mouse / hyprland / fedora.]
@feschber commented on GitHub (Mar 3, 2026):
Yeah, we probably dont correctly accumulate scroll events in the emulation code so they all just get ignored.
@dhanushSav-1024 commented on GitHub (Apr 10, 2026):
Is anybody working on it? Is there any fix available? :)
@grodius commented on GitHub (Apr 10, 2026):
in my case i just noticed the wrong scroll step number appearing in the client pcs lan-mouse logs, so i disabled the high res scrolling with a libinput quirk. if you’re not on linux the software for your mouse may just let you turn it off.