diff --git a/config/qutebrowser/qutebrowser.conf b/config/qutebrowser/qutebrowser.conf index 5ff714d..110892a 100644 --- a/config/qutebrowser/qutebrowser.conf +++ b/config/qutebrowser/qutebrowser.conf @@ -154,7 +154,7 @@ # Default: path,query ignore-case = smart wrap-search = true -startpage = https://www.duckduckgo.com +startpage = https://calendar.google.com default-page = ${startpage} auto-search = naive auto-save-config = true @@ -847,6 +847,13 @@ cache-size = 52428800 # to exactly match the requested domain. # Local domains are always exempt from hostblocking. # 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-javascript = true 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-blocking-enabled = false host-blocking-whitelist = piwik.org +enable-pdfjs = false [hints] # Hinting settings. @@ -1268,7 +1276,7 @@ statusbar.fg.caret-selection = ${statusbar.fg} statusbar.bg.caret-selection = #a12dff statusbar.progress.bg = white statusbar.url.fg = ${statusbar.fg} -statusbar.url.fg.success = lime +statusbar.url.fg.success = white statusbar.url.fg.success.https = lime statusbar.url.fg.error = orange statusbar.url.fg.warn = yellow