dotfiles

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

config.toml (1111B)


      1 [a-general]
      2   home = "about:newtab"
      3   auto_redirect = true
      4   http = 'default'
      5   search = "gemini://geminispace.info/search"
      6   color = true
      7   ansi = true
      8   highlight_code = true
      9   highlight_style = "monokai"
     10   bullets = true
     11   show_link = false
     12   max_width = 100
     13   downloads = ''
     14   page_max_size = 4194304 # 4 MiB
     15   page_max_time = 10
     16   scrollbar = "never"
     17   underline = false
     18 
     19 [auth]
     20   [auth.certs]
     21     "astrobotany.mozz.us" = '~/.config/amfora/client-certs/astrobotany-cert.pem'
     22     "station.martinrue.com" = '~/.config/amfora/client-certs/station.crt'
     23   [auth.keys]
     24     "astrobotany.mozz.us" = '~/.config/amfora/client-certs/astrobotany-key.pem'
     25     "station.martinrue.com" = '~/.config/amfora/client-certs/station.key'
     26 
     27 [keybindings]
     28 
     29 [url-handlers]
     30   gopher = ['alacritty', '--command', 'phetch']
     31   other = 'off'
     32 
     33 [cache]
     34   max_size = 0  # Size in bytes
     35   max_pages = 30 # Maximum pages in cache
     36   timeout = 1800 # How long a page stays in cache (seconds)
     37 
     38 [proxies]
     39 
     40 [subscriptions]
     41   popup = true
     42   update_interval = 1800 # 30 mins (seconds)
     43   workers = 3
     44   entries_per_page = 20
     45   header = true
     46 
     47 [theme]