From 9b242f6138e54f5fbc47086f736ec84ce1f1e3e4 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Mon, 4 Dec 2023 16:24:35 +0100 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da8bbff..af5dff4 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,10 @@ $ cargo run --release -- --frontend cli ``` ## Configuration -To automatically load clients on startup, the file `config.toml` is parsed. -(must be in the directory where lan-mouse is executed). +To automatically load clients on startup, the file `$XDG_CONFIG_HOME/lan-mouse/config.toml` is parsed. +`$XDG_CONFIG_HOME` defaults to `~/.config/`. + +To create this file you can copy the following example config: ### Example config