aboutsummaryrefslogtreecommitdiff
path: root/stow
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-06-11 19:21:03 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-06-11 19:21:03 +0200
commit62e4deffca448121e00a323645b501945ed9be57 (patch)
treed63d79ee1e57d2f4d5cc6659ca408e69a220711f /stow
parente45ec93e75f77365b1d0c157cae7dc3b75290f69 (diff)
downloadconfigs-62e4deffca448121e00a323645b501945ed9be57.tar.gz
configs-62e4deffca448121e00a323645b501945ed9be57.zip
Added some search engines to qutebrowser.
Diffstat (limited to 'stow')
-rw-r--r--stow/qutebrowser/.config/qutebrowser/config.py8
1 files 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.