From 821ae9cda48f5dfd2775a23765da380fc5faa553 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 14 Jan 2023 01:41:17 +0000 Subject: [PATCH] qutebrowser: update searchengines --- qutebrowser/config.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 65c4d57..0d44d35 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1794,13 +1794,14 @@ 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={}', } ## Page(s) to open at the start. -- 2.48.1