Skip to content

Commit

Permalink
Correct default (non-XDG) config directory (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Aug 2, 2024
1 parent effe24f commit b1ce2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b1ce2f9

Please sign in to comment.