From 3f0241b7f18a8f5a64306146afdfd2065ab2575b Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 28 Mar 2020 08:06:22 -0400 Subject: [PATCH] Mention config/data env variables in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e14e6b23..844a3476 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,11 @@ or *~/.config/mirage/settings.json*. For Flatpak users, this will be *~/.var/app/io.github.mirukana.mirage/config/mirage* instead. +The config folder where *settings.json* is located can be overriden by +setting the `MIRAGE_CONFIG_DIR` environment variable. +The user data folder where *themes*, saved encryption data and other files +are saved can be overriden with `MIRAGE_DATA_DIR`. + The `theme` setting can be: - The filename of a built-in theme (`Midnight.qpl` or `Glass.qpl`)