From 1b99d2011d7890164928164db2ebd0764bfbe331 Mon Sep 17 00:00:00 2001 From: htrefil <8711792+htrefil@users.noreply.github.com> Date: Sat, 31 Oct 2020 17:12:09 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 864b8da..28dc2a1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Run `cargo run certificate-gen -- --help` to see and usage. First, build the project and generate certificates. Client accepts certificates both in PEM and DER formats. You either need to run either of the programs as root or make `/dev/uinput` accessible by the user it runs as. +By default, the programs reads their config files from /etc/rkvm/{server,client}.toml, this can be changed by passing the path as the first command line parameter. + The [example](example) directory contains example configurations. ## Why rkvm and not Barrier/Synergy? @@ -37,7 +39,6 @@ Regardless, if you want a working and stable solution for crossplatform keyboard ## Limitations - Only keyboard and relative mouse events work (that is, can be forwarded to clients) -- Absolute mouse events (touchpad) doesn't work at all while running in server mode - No Windows or macOS support - No way to disable event forwarding on per user basis