diff --git a/.elinks/elinks.conf b/.elinks/elinks.conf index 8afdc4b..91fce6d 100644 --- a/.elinks/elinks.conf +++ b/.elinks/elinks.conf @@ -1,5 +1,25 @@ 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 ui.language = "System" 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