summaryrefslogtreecommitdiff
path: root/qutebrowser/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config.py')
-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