diff options
Diffstat (limited to 'internal/config/config.toml')
| -rw-r--r-- | internal/config/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/config.toml b/internal/config/config.toml index cfcb85b..3a15de2 100644 --- a/internal/config/config.toml +++ b/internal/config/config.toml @@ -9,6 +9,7 @@ offline = false # true = never fetch; read only harvested sigla + ca web_theme = "transfiguration" # built-in order/season theme or a user theme in ~/.config/lectio/themes/ web_port = 0 # lectio-web port; 0 = try 1099, then any free port web_display = "horizontal" # lectio-web layout: "horizontal" (stacked), "vertical" (columns), "interlinear" (verse-by-verse) +web_mono = false # lectio-web: monospace reading face for any theme (also a top-bar "mono" toggle) # Which parts to show. Both tables are commented out -> every part is shown. # Uncomment a table and set a part to false to hide it; parts you don't list |
