X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/821ae9cda48f5dfd2775a23765da380fc5faa553..e8ae4a469b8b5db19a27a2bf71bb04142a68a6f0:/qutebrowser/config.py?ds=sidebyside diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 0d44d35..5a091a5 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -668,7 +668,7 @@ config.set('content.notifications.enabled', True, '*://*.google.com/*') ## `:prompt-open-download --pdfjs` command (bound to `` by ## default) can be used in the download prompt. ## Type: Bool -# c.content.pdfjs = False +c.content.pdfjs = True ## Allow websites to request persistent storage quota via ## `navigator.webkitPersistentStorage.requestQuota`. @@ -1802,6 +1802,8 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}' 'h': 'https://hoogle.haskell.org/?hoogle={}', 'fpp/slack': 'https://focalpointpositioning.slack.com/messages/{}', 'fpp/confluence': 'https://fppnt.atlassian.net/wiki/search?text={}', + 'evk': 'https://gitlab.com/search?&scope=issues&group_id=13301433&search={}', + 'dev': 'https://devdocs.io/#q={}', } ## Page(s) to open at the start.