summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorZachIR <zach@zachir.xyz>2023-07-15 16:33:05 -0500
committerZachIR <zach@zachir.xyz>2023-07-15 16:35:41 -0500
commit26902ca0a06e2760bcc5e044c436e995215ed01c (patch)
tree0b2dc47085a83cc104f761aa324810238eaf0b9e /qutebrowser
parent6389e00e02f22e8b28dd0cce020f231838cd9c21 (diff)
Add puffyan invidious as search engine
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/config.py2
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