diff options
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. |