diff options
author | ZachIR <zach@zachir.xyz> | 2023-07-15 16:33:05 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-18 00:18:23 -0500 |
commit | 48c492072ee8b1f0cf1eda039ebd8f272a2ddf0c (patch) | |
tree | 9f14a68088d28e5660e6288020b87db26b3836e2 /qutebrowser | |
parent | 23ed94d08658c2e19158d3cb50210c0b807cac00 (diff) |
Add puffyan invidious as search engine
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |