ec06247327
See #1171.
181 lines
4.9 KiB
Plaintext
181 lines
4.9 KiB
Plaintext
|
|
|
|
[general]
|
|
ignore-case = smart
|
|
wrap-search = true
|
|
startpage = https://www.duckduckgo.com
|
|
auto-search = naive
|
|
auto-save-config = true
|
|
editor = gvim -f "{}"
|
|
editor-encoding = utf-8
|
|
private-browsing = false
|
|
developer-extras = false
|
|
print-element-backgrounds = true
|
|
xss-auditing = false
|
|
site-specific-quirks = true
|
|
default-encoding =
|
|
new-instance-open-target = window
|
|
|
|
[ui]
|
|
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
|
default-zoom = 100%
|
|
message-timeout = 2000
|
|
confirm-quit = never
|
|
display-statusbar-messages = false
|
|
zoom-text-only = false
|
|
frame-flattening = false
|
|
user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; }
|
|
css-media-type =
|
|
remove-finished-downloads = false
|
|
|
|
[network]
|
|
do-not-track = true
|
|
accept-language = en-US,en
|
|
user-agent =
|
|
proxy = system
|
|
ssl-strict = ask
|
|
dns-prefetch = true
|
|
|
|
[completion]
|
|
show = true
|
|
height = 50%
|
|
history-length = 100
|
|
quick-complete = true
|
|
shrink = false
|
|
|
|
[input]
|
|
timeout = 500
|
|
insert-mode-on-plugins = false
|
|
auto-leave-insert-mode = true
|
|
auto-insert-mode = false
|
|
forward-unbound-keys = auto
|
|
spatial-navigation = false
|
|
links-included-in-focus-chain = true
|
|
|
|
[tabs]
|
|
background-tabs = false
|
|
select-on-remove = right
|
|
new-tab-position = right
|
|
new-tab-position-explicit = last
|
|
last-close = ignore
|
|
auto-hide = false
|
|
wrap = true
|
|
movable = true
|
|
close-mouse-button = middle
|
|
position = north
|
|
show-favicons = true
|
|
width = 20%
|
|
indicator-width = 3
|
|
indicator-space = 3
|
|
tabs-are-windows = false
|
|
|
|
[storage]
|
|
download-directory =
|
|
maximum-pages-in-cache =
|
|
object-cache-capacities =
|
|
offline-storage-default-quota =
|
|
offline-web-application-cache-quota =
|
|
offline-storage-database = true
|
|
offline-web-application-storage = true
|
|
local-storage = true
|
|
cache-size = 52428800
|
|
|
|
[content]
|
|
allow-images = true
|
|
allow-javascript = true
|
|
allow-plugins = false
|
|
javascript-can-open-windows = false
|
|
javascript-can-close-windows = false
|
|
javascript-can-access-clipboard = false
|
|
local-content-can-access-remote-urls = false
|
|
local-content-can-access-file-urls = true
|
|
cookies-accept = default
|
|
cookies-store = true
|
|
host-block-lists = http://www.malwaredomainlist.com/hostslist/hosts.txt,http://someonewhocares.org/hosts/hosts,http://winhelp2002.mvps.org/hosts.zip,http://malwaredomains.lehigh.edu/files/justdomains.zip,http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext,http://hosts-file.net/ad_servers.asp
|
|
|
|
[hints]
|
|
border = 1px solid #E3BE23
|
|
opacity = 0.7
|
|
mode = letter
|
|
chars = asdfghjkl
|
|
uppercase = false
|
|
auto-follow = true
|
|
next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b
|
|
prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
|
|
|
|
[searchengines]
|
|
DEFAULT = ${duckduckgo}
|
|
duckduckgo = https://duckduckgo.com/?q={}
|
|
ddg = ${duckduckgo}
|
|
google = https://encrypted.google.com/search?q={}
|
|
g = ${google}
|
|
wikipedia = http://en.wikipedia.org/w/index.php?title=Special:Search&search={}
|
|
wiki = ${wikipedia}
|
|
|
|
[aliases]
|
|
|
|
[colors]
|
|
completion.fg = white
|
|
completion.bg = #333333
|
|
completion.item.bg = ${completion.bg}
|
|
completion.category.fg = white
|
|
completion.category.bg = qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050)
|
|
completion.category.border.top = black
|
|
completion.category.border.bottom = ${completion.category.border.top}
|
|
completion.item.selected.fg = black
|
|
completion.item.selected.bg = #e8c000
|
|
completion.item.selected.border.top = #bbbb00
|
|
completion.item.selected.border.bottom = ${completion.item.selected.border.top}
|
|
completion.match.fg = #ff4444
|
|
statusbar.bg = black
|
|
statusbar.fg = white
|
|
statusbar.bg.error = red
|
|
statusbar.bg.prompt = darkblue
|
|
statusbar.bg.insert = darkgreen
|
|
statusbar.progress.bg = white
|
|
statusbar.url.fg = ${statusbar.fg}
|
|
statusbar.url.fg.success = lime
|
|
statusbar.url.fg.error = orange
|
|
statusbar.url.fg.warn = yellow
|
|
statusbar.url.fg.hover = aqua
|
|
tabs.fg.odd = white
|
|
tabs.fg.even = white
|
|
tabs.fg.selected = white
|
|
tabs.bg.odd = grey
|
|
tabs.bg.even = darkgrey
|
|
tabs.bg.selected = black
|
|
tabs.bg.bar = #555555
|
|
tabs.indicator.start = #0000aa
|
|
tabs.indicator.stop = #00aa00
|
|
tabs.indicator.error = #ff0000
|
|
tabs.indicator.system = rgb
|
|
tabs.seperator = #555555
|
|
hints.fg = black
|
|
hints.fg.match = green
|
|
hints.bg = -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542))
|
|
downloads.fg = #ffffff
|
|
downloads.bg.bar = black
|
|
downloads.bg.start = #0000aa
|
|
downloads.bg.stop = #00aa00
|
|
downloads.bg.system = rgb
|
|
downloads.bg.error = red
|
|
|
|
[fonts]
|
|
_monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
|
|
completion = 8pt ${_monospace}
|
|
tabbar = 8pt ${_monospace}
|
|
statusbar = 8pt ${_monospace}
|
|
downloads = 8pt ${_monospace}
|
|
hints = bold 12px Monospace
|
|
debug-console = 8pt ${_monospace}
|
|
web-family-standard =
|
|
web-family-fixed =
|
|
web-family-serif =
|
|
web-family-sans-serif =
|
|
web-family-cursive =
|
|
web-family-fantasy =
|
|
web-size-minimum =
|
|
web-size-minimum-logical =
|
|
web-size-default =
|
|
web-size-default-fixed =
|