From 26902ca0a06e2760bcc5e044c436e995215ed01c Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 15 Jul 2023 16:33:05 -0500 Subject: Add puffyan invidious as search engine --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qutebrowser') diff --git a/qutebrowser/config.py b/qutebrowser/config.py index e75f46c..7d0f4a6 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -192,7 +192,7 @@ c.url.default_page = 'https://search.brave.com' # the search engine name to the search term, e.g. `:open google # qutebrowser`. # Type: Dict -c.url.searchengines = {'DEFAULT': 'https://search.brave.com/search?q={}', 'dg': 'https://duckduckgo.com/?q={}', 'aw': 'https://wiki.archlinux.org/?search={}', 'sp': 'https://startpage.com/sp/search?q={}', 'yt': 'https://yewtu.be/search?q={}', 'lv': 'https://videos.lukesmith.xyz/search?search={}&searchTarget=local'} +c.url.searchengines = {'DEFAULT': 'https://search.brave.com/search?q={}', 'dg': 'https://duckduckgo.com/?q={}', 'aw': 'https://wiki.archlinux.org/?search={}', 'sp': 'https://startpage.com/sp/search?q={}', 'py': 'https://vid.puffyan.us/search?q={}', 'yt': 'https://yewtu.be/search?q={}', 'lv': 'https://videos.lukesmith.xyz/search?search={}&searchTarget=local'} # Page(s) to open at the start. # Type: List of FuzzyUrl, or FuzzyUrl -- cgit v1.2.3