Files
lan-mouse/config.toml
Ferdinand Schober 4c66b37a2f enable conditional compilation for all backends
To reduce binary size one can now enable only specific backends, e.g.
wayland or x11 via cargo features

Additionally adds stubs for libei and xdg-desktop-portal backends
2023-02-17 13:06:13 +01:00

16 lines
220 B
TOML

port = 42069
backend = "wlroots"
# [client.right]
# host_name = "localhost"
# port = 42068
[client.left]
host_name = "Osmium"
ip = "192.168.178.114"
port = 42069
# [client.right]
# host_name = "Osmium"
# port = 42069