]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: add phind search engine
authorSamir Benmendil <me@rmz.io>
Mon, 30 Oct 2023 22:04:57 +0000 (22:04 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 00:06:58 +0000 (00:06 +0000)
I haven't really used it much, but who knows, maybe I will.

qutebrowser/config.py

index a9066e07ef98bd22bd87e2ce045a65c8cfa08906..f7e0accac45452eed034c21701af938e3f2aa426 100644 (file)
@@ -1818,6 +1818,7 @@ c.url.searchengines = {'DEFAULT':        'https://duckduckgo.com/?t=chakra&q={}'
                        '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={}',
+                       'phind':          'https://www.phind.com/search?q={}',
                       }
 
 ## Page(s) to open at the start.