mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #292] Reporting some issues #150
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#150
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 @juangiordana on GitHub (May 10, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/292
I'm on NixOS using
lan-mouse 0.10.0from<nixpkgs>on Hyprland.Didn't receive the fingerprints authorization request though.
I couldn't find a way to persist the configurations. Spent hours on this one without luck (next item might be the culprit).
I've noticed there's a double pass on the startup process for reading the configuration file and setting the
release_bindoptions:Had to use
lan-mouse -f cliin order to get into the CLI:lan-mouse cli>lan-mouse -f cliAlso, this doesn't seem to work
Finally, I ended up confused about how to create the configuration files:
[]client[]sections?Thanks for your work and I hope this helps!
@feschber commented on GitHub (May 10, 2025):
The encryption stuff is not yet releases in a point version - you have to use the pre release version for now.
As for persisting the configuration there is this branch: https://github.com/feschber/lan-mouse/compare/main...save-config
Unfortunately I dont have a lot of time to work on lan-mouse atm.
@feschber commented on GitHub (May 10, 2025):
for each client you want to have a
entry.
This has also changed recently
@juangiordana commented on GitHub (May 10, 2025):
Thanks for replying Ferdinand,
I went through the issues and got it to work properly. Next time I'll make sure to check the tagged version's docs :)