dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

commit 9f26b16dbe6da86300a3653a22257190c8ca5311
parent 621b8cbb3409bcd968e4c1b4b7fa24be3e7ebe09
Author: FIGBERT <figbert@figbert.com>
Date:   Sun, 26 Dec 2021 12:52:23 -0800

Update Amfora config

Diffstat:
Mdot_config/amfora/config.toml | 61++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 32 insertions(+), 29 deletions(-)

diff --git a/dot_config/amfora/config.toml b/dot_config/amfora/config.toml @@ -1,44 +1,47 @@ [a-general] -home = "about:newtab" -auto_redirect = true -http = "default" -search = "gemini://geminispace.info/search" -color = true -ansi = true -bullets = true -show_link = false -left_margin = 0.15 -max_width = 100 -downloads = "" -page_max_size = 4194304 # 4 MiB -page_max_time = 10 -scrollbar = "never" + home = "about:newtab" + auto_redirect = true + http = 'default' + search = "gemini://geminispace.info/search" + color = true + ansi = true + highlight_code = true + highlight_style = "monokai" + bullets = true + show_link = false + max_width = 100 + downloads = '' + page_max_size = 4194304 # 4 MiB + page_max_time = 10 + scrollbar = "never" + underline = false [auth] -[auth.certs] -"astrobotany.mozz.us" = "~/.config/amfora/client-certs/astrobotany-cert.pem" -"station.martinrue.com" = "~/.config/amfora/client-certs/station.crt" -[auth.keys] -"astrobotany.mozz.us" = "~/.config/amfora/client-certs/astrobotany-key.pem" -"station.martinrue.com" = "~/.config/amfora/client-certs/station.key" + [auth.certs] + "astrobotany.mozz.us" = '~/.config/amfora/client-certs/astrobotany-cert.pem' + "station.martinrue.com" = '~/.config/amfora/client-certs/station.crt' + [auth.keys] + "astrobotany.mozz.us" = '~/.config/amfora/client-certs/astrobotany-key.pem' + "station.martinrue.com" = '~/.config/amfora/client-certs/station.key' [keybindings] [url-handlers] -gopher = 'alacritty --command phetch' -other = "off" + gopher = ['alacritty', '--command', 'phetch'] + other = 'off' [cache] -max_size = 0 # Size in bytes -max_pages = 30 # Maximum pages in cache -timeout = 1800 # How long a page stays in cache (seconds) + max_size = 0 # Size in bytes + max_pages = 30 # Maximum pages in cache + timeout = 1800 # How long a page stays in cache (seconds) [proxies] [subscriptions] -popup = true -update_interval = 1800 # 30 mins (seconds) -workers = 3 -entries_per_page = 20 + popup = true + update_interval = 1800 # 30 mins (seconds) + workers = 3 + entries_per_page = 20 + header = true [theme]