summaryrefslogtreecommitdiffstats
path: root/docs/configuration/README.md
blob: e9ec2fb451932e75bf0f2e39a17849398a4ca34f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Configuration
Joshuto reads configurations from the following directories using environment variables (in order of precedence):
 - `$JOSHUTO_CONFIG_HOME`
 - `$XDG_CONFIG_HOME/joshuto`
 - `$HOME/.config/joshuto`

Joshuto can currently be configured using the following files:

- [joshuto.toml](/docs/configuration/joshuto.toml.md): basic/general configurations
- [keymap.toml](/docs/configuration/keymap.toml.md): keymapping configurations
- [mimetype.toml](/docs/configuration/mimetype.toml.md): mimetype configurations
- [theme.toml](/docs/configuration/theme.toml.md): theming configurations