diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-09-11 10:36:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-09-11 10:36:00 +0200 |
commit | ed2e118344aa38c5fbe17fc91e9cc41d47bce9ab (patch) | |
tree | e05f12e07902cafcf0d5c8cf82bed50ca9f6cc5f | |
parent | 9f6519500219384ad3fe93647b00bae4b3609ba3 (diff) |
Config doc
-rw-r--r-- | example-config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example-config.json b/example-config.json index 2c47264..40e640b 100644 --- a/example-config.json +++ b/example-config.json @@ -100,6 +100,8 @@ "music_directory": "~/Music", "file_directory": "~/Downloads" }, + // Font names should either be the full filepath to the font file or the font name. If font name is used then the fc-match command is used + // to find the font file that matches that font name. "font": { "latin": "", "latin_bold": "", |