X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/744d85cc257b2cddb913f9404769b615583e182f..5a82f72c5d8fb8be3fd0b2b452561c68a5b160ac:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 0d8bd99..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 @@ -1802,6 +1805,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.