dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit a829ad33eb94512e3961d9b3e3eb52ed56d45466
parent 11af6bf2e927da2bdd4ae7875d49bf9d52a7a550
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 25 Nov 2022 16:40:14 +0000

default search

Diffstat:
Mqutebrowser/.config/qutebrowser/config.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py @@ -187,7 +187,7 @@ c.url.default_page = 'https://start.pyratebeard.net' # used by prepending the search engine name to the search term, e.g. # `:open google qutebrowser`. # Type: Dict -c.url.searchengines = {'DEFAULT': 'https://searx.be/?q={}'} +c.url.searchengines = {'DEFAULT': 'https://qwant.com/?q={}'} # Page(s) to open at the start. # Type: List of FuzzyUrl, or FuzzyUrl