diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-04 22:34:35 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-04 22:34:35 +0200 |
commit | c38509e3458df535231378ad6be6e5e356b35ae4 (patch) | |
tree | 10f6efaf3a4fb62b66acaa8bf4cb235628f30c75 /config/extra | |
parent | 60f4a4bcbd4992e8fb5e9c771dc3fbd9fbe07768 (diff) |
redirect google to qwant
Diffstat (limited to 'config/extra')
-rw-r--r-- | config/extra/tridactyl/tridactylrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/extra/tridactyl/tridactylrc b/config/extra/tridactyl/tridactylrc index c48ffe1..2de07b4 100644 --- a/config/extra/tridactyl/tridactylrc +++ b/config/extra/tridactyl/tridactylrc @@ -8,7 +8,8 @@ set searchurls.aur https://aur.archlinux.org/packages?O=0&K=%s set searchurls.aw https://wiki.archlinux.org/title/%s set searchurls.cnrtl http://www.cnrtl.fr/lexicographie/ set searchurls.dhu https://hub.docker.com/search?q=%s -set searchurls.g https://www.google.com/search?q=%s +set searchurls.g https://www.qwant.com/?q=%s +set searchurls.google https://www.qwant.com/?q=%s set searchurls.gm https://www.google.com/maps?q=%s set searchurls.gwi https://wiki.gentoo.org/index.php?title=Special%3ASearch&profile=default&fulltext=Search&search= set searchurls.im https://www.imdb.com/find?q=%s |