update qutebrowser, change homepage
This commit is contained in:
parent
f8da28c326
commit
ccbc8974ed
@ -154,7 +154,7 @@
|
|||||||
# Default: path,query
|
# Default: path,query
|
||||||
ignore-case = smart
|
ignore-case = smart
|
||||||
wrap-search = true
|
wrap-search = true
|
||||||
startpage = https://www.duckduckgo.com
|
startpage = https://calendar.google.com
|
||||||
default-page = ${startpage}
|
default-page = ${startpage}
|
||||||
auto-search = naive
|
auto-search = naive
|
||||||
auto-save-config = true
|
auto-save-config = true
|
||||||
@ -847,6 +847,13 @@ cache-size = 52428800
|
|||||||
# to exactly match the requested domain.
|
# to exactly match the requested domain.
|
||||||
# Local domains are always exempt from hostblocking.
|
# Local domains are always exempt from hostblocking.
|
||||||
# Default: piwik.org
|
# Default: piwik.org
|
||||||
|
#
|
||||||
|
# enable-pdfjs (Bool):
|
||||||
|
# Enable pdf.js to view PDF files in the browser.
|
||||||
|
# Note that the files can still be downloaded by clicking the
|
||||||
|
# download button in the pdf.js viewer.
|
||||||
|
# Valid values: true, false
|
||||||
|
# Default: false
|
||||||
allow-images = true
|
allow-images = true
|
||||||
allow-javascript = true
|
allow-javascript = true
|
||||||
allow-plugins = false
|
allow-plugins = false
|
||||||
@ -867,6 +874,7 @@ 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
|
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
|
||||||
host-blocking-enabled = false
|
host-blocking-enabled = false
|
||||||
host-blocking-whitelist = piwik.org
|
host-blocking-whitelist = piwik.org
|
||||||
|
enable-pdfjs = false
|
||||||
|
|
||||||
[hints]
|
[hints]
|
||||||
# Hinting settings.
|
# Hinting settings.
|
||||||
@ -1268,7 +1276,7 @@ statusbar.fg.caret-selection = ${statusbar.fg}
|
|||||||
statusbar.bg.caret-selection = #a12dff
|
statusbar.bg.caret-selection = #a12dff
|
||||||
statusbar.progress.bg = white
|
statusbar.progress.bg = white
|
||||||
statusbar.url.fg = ${statusbar.fg}
|
statusbar.url.fg = ${statusbar.fg}
|
||||||
statusbar.url.fg.success = lime
|
statusbar.url.fg.success = white
|
||||||
statusbar.url.fg.success.https = lime
|
statusbar.url.fg.success.https = lime
|
||||||
statusbar.url.fg.error = orange
|
statusbar.url.fg.error = orange
|
||||||
statusbar.url.fg.warn = yellow
|
statusbar.url.fg.warn = yellow
|
||||||
|
Loading…
Reference in New Issue
Block a user