diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-07-27 19:23:54 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-07-27 19:23:54 +0200 |
commit | 6fdfbbb27d4ddcba6f92d49523c075e8f6145cb5 (patch) | |
tree | f609c0257313b729d7971f31eaa41a969ff35f71 /stow | |
parent | b79ec8e6c3e55657e885a6b6666e3780ef096aa9 (diff) | |
download | configs-6fdfbbb27d4ddcba6f92d49523c075e8f6145cb5.tar.gz configs-6fdfbbb27d4ddcba6f92d49523c075e8f6145cb5.zip |
Added wiby search to qutebrowser.
Diffstat (limited to 'stow')
-rw-r--r-- | stow/qutebrowser/.config/qutebrowser/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stow/qutebrowser/.config/qutebrowser/config.py b/stow/qutebrowser/.config/qutebrowser/config.py index a5c87c8..ffdefea 100644 --- a/stow/qutebrowser/.config/qutebrowser/config.py +++ b/stow/qutebrowser/.config/qutebrowser/config.py @@ -1393,7 +1393,8 @@ c.url.searchengines = { 'keys': 'https://keys.openpgp.org/search?q={}', # openPGP keys 'fl': 'https://fallenlondon.wiki/w/index.php?search={}', # Fallen London wiki 'gt': 'https://translate.google.com/?sl=en&tl=es&text={}', # Google Translate - 'tiempo': 'https://www.eltiempo.es/{}.html' # eltiempo.es + 'tiempo': 'https://www.eltiempo.es/{}.html', # eltiempo.es + 'wb': 'https://wiby.me/?q={}' # Wiby } ## Page(s) to open at the start. |