diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-10 14:51:04 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-10 14:51:04 +0100 |
commit | 03653ca73b1bfd0f17143d9e419619be0e4eb35f (patch) | |
tree | 47b5f052347d5729bb82f1c8485c5ca3e0b0e1b1 /.config/amfora | |
parent | Much better (diff) | |
download | dotfiles-bsd-03653ca73b1bfd0f17143d9e419619be0e4eb35f.tar.gz dotfiles-bsd-03653ca73b1bfd0f17143d9e419619be0e4eb35f.tar.bz2 dotfiles-bsd-03653ca73b1bfd0f17143d9e419619be0e4eb35f.tar.xz dotfiles-bsd-03653ca73b1bfd0f17143d9e419619be0e4eb35f.tar.zst dotfiles-bsd-03653ca73b1bfd0f17143d9e419619be0e4eb35f.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/amfora/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/amfora/config.toml b/.config/amfora/config.toml index d0dcf5c..f6c68c5 100644 --- a/.config/amfora/config.toml +++ b/.config/amfora/config.toml @@ -11,7 +11,7 @@ [a-general] # Press Ctrl-H to access it -home = "gemini://gemini.circumlunar.space" +home = "gemini://geminispace.info/" # Follow up to 5 Gemini redirects without prompting. # A prompt is always shown after the 5th redirect and for redirects to protocols other than Gemini. @@ -51,7 +51,7 @@ bullets = true show_link = false # A number from 0 to 1, indicating what percentage of the terminal width the left margin should take up. -left_margin = 0.15 +left_margin = 0.10 # The max number of columns to wrap a page's text to. Preformatted blocks are not wrapped. max_width = 150 @@ -68,7 +68,7 @@ page_max_size = 2097152 # 2 MiB page_max_time = 10 # Whether to replace tab numbers with emoji favicons, which are cached. -emoji_favicons = false +emoji_favicons = true [auth] |