dotfiles/.elinks/elinks.conf
2021-09-08 08:23:45 +02:00

60 lines
1.6 KiB
Text

set config.saving_style_w = 1
set connection.async_dns = 1
set connection.max_connections = 10
set connection.max_connections_to_host = 4
set connection.ssl.cert_verify = 1
set cookies.max_age = 0
set document.cache.format.size = 32
set document.cache.memory.size = 64M
set terminal.linux.charset = "utf-8"
set terminal.linux.colors = 3
set terminal.linux.m11_hack = 0
set terminal.linux.type = 1
set terminal.linux.utf_8_io = 1
set terminal.screen-256color.charset = "utf-8"
set terminal.screen-256color.colors = 1
set terminal.screen-256color.type = 2
set terminal.screen-256color.utf_8_io = 1
set terminal.xterm-256color.colors = 1
set terminal.xterm-256color.combine = 1
set terminal.xterm-256color.transparency = 1
set terminal.xterm-256color.utf_8_io = 1
set ui.clock.enable = 1
set ui.language = "System"
set ui.leds.enable = 1
set ui.tabs.top = 1
##############################
# Automatically saved options
#
## document
# Document options.
## document.dump
# Dump output options.
## document.dump.color_mode <num>
# Color mode for dumps.
#
# Some modes may have been disabled at compile time. The Setup -> Terminal
# options dialog lists the modes supported by this executable. If you
# select an unsupported mode, ELinks uses 16 colors.
#
# The color modes are:
# -1 is standard dump mode
# 0 is mono mode
# 1 is 16 color mode
# 2 is 88 color mode
# 3 is 256 color mode
# 4 is true color mode
set document.dump.color_mode = 4
## document.dump.width <num>
# Width of screen in characters when dumping documents.
set document.dump.width = 150