From feaf9eda0f1cd531da9a4037e84299c194f2e18e Mon Sep 17 00:00:00 2001 From: Christoph Haag <christoph.haag@collabora.com> Date: Tue, 3 Nov 2020 14:14:32 +0100 Subject: [PATCH] Add a config file paragraph to monado-gui --- getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting-started.md b/getting-started.md index 5aa6642..c096ba9 100644 --- a/getting-started.md +++ b/getting-started.md @@ -194,6 +194,8 @@ See [Running OpenXR applications with `monado-service`](#service) `monado-gui` serves the important function of calibrating cameras for positional tracking. See [Setting up Playstation Move Controllers]({% link positional-tracking-psmove.md %}) for an example of using it for calibration. +`monado-gui` stores persistent configuration in `$XDG_CONFIG_HOME`, or by default `~/.config/monado/`. A configuration file is only required for setups that require camera calibration (PSVR, PS Move). + ## monado-cli `monado-cli probe` and the more verbose `monado-cli test` provide an easy way to test which supported devices monado finds and can open. -- GitLab