Files
lan-mouse/config.toml
Ferdinand Schober a2d2e904f8 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
2023-02-18 04:03:10 +01:00

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