mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 20:09:59 +03:00
support for cmdline args and better error handling (#4)
* support for cmdline args and better error handling * make config.toml optional * dont abuse panic for error handling * update doc * more panics removed * more unwraps removed
This commit is contained in:
committed by
GitHub
parent
deb1548e21
commit
a2d2e904f8
@@ -1,11 +1,11 @@
|
||||
port = 42069
|
||||
backend = "wlroots"
|
||||
|
||||
# [client.right]
|
||||
# [right]
|
||||
# host_name = "localhost"
|
||||
# port = 42068
|
||||
|
||||
[client.left]
|
||||
[left]
|
||||
host_name = "Osmium"
|
||||
ip = "192.168.178.114"
|
||||
port = 42069
|
||||
|
||||
Reference in New Issue
Block a user