From b1ce2f942bdaf299d1ef31ecc9aeb8a1fc145755 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:30:03 -0400 Subject: [PATCH] Correct default (non-XDG) config directory (#28) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5da7ca..54bb58a 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ You can see the keybindings by pressing the `?` key. ### Config If `$XDG_CONFIG_HOME/serie/config.toml` exists, it will be read and used. -If `$XDG_CONFIG_HOME` is not set, `~/.cache/` will be used instead. +If `$XDG_CONFIG_HOME` is not set, `~/.config/` will be used instead. If the config file does not exist, the default values will be used for all items. If the config file exists but some items are not set, the default values will be used for those unset items.