]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: search directly on ddg instead of cppreference
authorSamir Benmendil <me@rmz.io>
Mon, 22 Sep 2025 12:37:48 +0000 (13:37 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 22 Sep 2025 12:37:48 +0000 (13:37 +0100)
cppreference search is broken, use ddg site: search instead.

qutebrowser/config.py

index b5fd824aa7ec5d0398025b84e12dc3fea9a91a7a..c682c9cd10b6ee451ba3afa1c32764b2632df09c 100644 (file)
@@ -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/{}',