aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-12-16 20:14:42 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-12-16 20:14:42 +0000
commit8bf0d5725644d79fcb247da722e2cc727565f8d9 (patch)
tree73143ad014ea8e74877d0695fd1456a9cb989320
parentb8f112e890e66b32fd2b92e8c256576cfb5e2c76 (diff)
Fixed default page URL
-rw-r--r--.config/qutebrowser/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 776bf45..d54f595 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -41,7 +41,7 @@ c.url.searchengines = {'DEFAULT': 'https://start.duckduckgo.com/>q={}',
'wiki': 'https://en.wikipedia.org/wiki/{}',
'yt': 'https://www.youtube.com/results?search_query={}'}
-c.url.default_page = 'https://start.duckduckgo.com/>q={}'
+c.url.default_page = 'https://start.duckduckgo.com'
# Which cookies to accept. With QtWebEngine, this setting also controls
# other features with tracking capabilities similar to those of cookies;