From 62e4deffca448121e00a323645b501945ed9be57 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sat, 11 Jun 2022 19:21:03 +0200 Subject: Added some search engines to qutebrowser. --- stow/qutebrowser/.config/qutebrowser/config.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stow/qutebrowser/.config/qutebrowser/config.py b/stow/qutebrowser/.config/qutebrowser/config.py index 433a9cc..f4af378 100644 --- a/stow/qutebrowser/.config/qutebrowser/config.py +++ b/stow/qutebrowser/.config/qutebrowser/config.py @@ -905,7 +905,7 @@ c.hints.chars = 'asdfjklñ' ## - javascript: Better but slower ## - python: Slightly worse but faster # c.hints.find_implementation = 'python' -c.hints.find_implementation = 'javascript' +#c.hints.find_implementation = 'javascript' ## Hide unmatched hints in rapid mode. ## Type: Bool @@ -1366,6 +1366,8 @@ c.url.searchengines = { 'w': 'https://en.wikipedia.org/?search={}', #wikipedia 'we': 'https://es.wikipedia.org/?search={}', #wikipedia(ES) 'aw': 'https://wiki.archlinux.org/?search={}', #archWiki + 'aur': 'https://aur.archlinux.org/packages/{}', # Arch User Repository + 'aurs': 'https://aur.archlinux.org/packages?O=0&K={}', # Arch User Repository search 'sf': 'https://scryfall.com/search?q={}', #scryfall 'mkm': 'https://www.cardmarket.com/en/Magic/Products/Search?searchString={}', #mkm 'gi': 'https://game-icons.net/search.html?q={}', #game-icons @@ -1389,7 +1391,9 @@ c.url.searchengines = { 'sg': 'https://www.smogon.com/dex/ss/pokemon/{}', # Smogon 'tex': 'https://www.ctan.org/search?phrase={}', # CTAN 'keys': 'https://keys.openpgp.org/search?q={}', # openPGP keys - 'fl': 'https://fallenlondon.wiki/w/index.php?search={}' # Fallen London wiki + '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 } ## Page(s) to open at the start. -- cgit v1.2.1