From: Samir Benmendil Date: Mon, 22 Sep 2025 12:37:48 +0000 (+0100) Subject: qutebrowser: search directly on ddg instead of cppreference X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5818ee12d6d33f38bf5a530c81ffe54e2ec1b15d?hp=b64494b6b13cf9e07096056875c2b7321fd3ec45 qutebrowser: search directly on ddg instead of cppreference cppreference search is broken, use ddg site: search instead. --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index b5fd824..c682c9c 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1815,7 +1815,7 @@ c.tabs.select_on_remove = 'prev' 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={}', + 'std': 'https://duckduckgo.com/?sites=en.cppreference.com&q={}', 'hoogle': 'https://hoogle.haskell.org/?hoogle={}', 'h': 'https://hoogle.haskell.org/?hoogle={}', 'fpp/slack': 'https://focalpointpositioning.slack.com/messages/{}',