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 c1f97db..49cca7f 100644 --- a/internal/config/config.toml +++ b/internal/config/config.toml @@ -12,6 +12,7 @@ web_port = 0 # lectio-web port; 0 = try 1099, then any free port web_display = "horizontal" # default lectio-web layout ("uklad"): "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) web_versions = [] # lectio-web: which versions start toggled on, e.g. ["wuj", "vul"]; empty = just default_version +pager = "" # send reading output through a pager, e.g. "less -R"; empty = off (also -P/--no-pager) # Hide reading parts you don't want. Every part shows by default; a part is # hidden only when you uncomment its line below (each is preset to false = |
