mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #364] 0.10.0 config file doesn't acknowledge client entries #191
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#191
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 @Lonttu on GitHub (Jan 18, 2026).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/364
with the following config file put to /home/user/.config/lan-mouse/config.toml
clients
position = "left"
hostname = "LonttuBook4"
activate_on_startup = true
ips = ["192.168.0.3"]
The app refuses to acknowledge the entry. It does read something out of there, as having a typo on the IP section throws some TOML parsing errors in the terminal, but regardless it doesn't seem to apply the configs . Tried in cli amd gui modes, on Linux and Windows.
@feschber commented on GitHub (Jan 19, 2026):
The config has changed since 0.10:
https://github.com/feschber/lan-mouse/tree/v0.10.0