aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-12-16 20:13:19 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-12-16 20:13:19 +0000
commitb8f112e890e66b32fd2b92e8c256576cfb5e2c76 (patch)
tree762d26c4d37b3ade3515680b4ef0f8b4ba50e848
parent0b0cdf7f134eb5f66f978f6b56299a771eba2064 (diff)
Swapped to DDG as default and added shortcut ngm for nogoo.me
-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 7438d29..776bf45 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://nogoo.me'
+c.url.default_page = 'https://start.duckduckgo.com/>q={}'
# Which cookies to accept. With QtWebEngine, this setting also controls
# other features with tracking capabilities similar to those of cookies;