mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
* 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
16 lines
206 B
TOML
16 lines
206 B
TOML
port = 42069
|
|
backend = "wlroots"
|
|
|
|
# [right]
|
|
# host_name = "localhost"
|
|
# port = 42068
|
|
|
|
[left]
|
|
host_name = "Osmium"
|
|
ip = "192.168.178.114"
|
|
port = 42069
|
|
|
|
# [client.right]
|
|
# host_name = "Osmium"
|
|
# port = 42069
|