X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e261e51adfc66fe3b8f49982209bc3c180f272fc..5a82f72c5d8fb8be3fd0b2b452561c68a5b160ac:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 65c4d57..81a4238 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -39,7 +39,10 @@ try: message.info("Redirecting to " + url.toString()) info.redirect(url) - interceptor.register(intercept) + #FIXME: trying this disabled for a bit to test if qb crashes less + #2022-08-16 enabling it again (and off again) + # yeah crashed immediately + # interceptor.register(intercept) except ImportError: pass @@ -668,7 +671,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`. @@ -1794,13 +1797,16 @@ c.tabs.select_on_remove = 'prev' ## the search engine name to the search term, e.g. `:open google ## qutebrowser`. ## Type: Dict -c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}', - 'ddg': 'https://duckduckgo.com/?t=chakra&q={}', - 'cdda': 'https://nornagon.github.io/cdda-guide/?v=0.F-2#/search/{}', - 'slack': 'https://focalpointpositioning.slack.com/messages/{}', - 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}', - 'hoogle': 'https://hoogle.haskell.org/?hoogle={}', - 'h': 'https://hoogle.haskell.org/?hoogle={}', +c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}', + 'ddg': 'https://duckduckgo.com/?t=chakra&q={}', + 'cdda': 'https://nornagon.github.io/cdda-guide/?v=0.F-2#/search/{}', + 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}', + 'hoogle': 'https://hoogle.haskell.org/?hoogle={}', + '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.