summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-03-21 19:50:46 +0100
committerUrbain Vaes <urbain@vaes.uk>2019-03-21 19:50:46 +0100
commit3f04df2fc99e6cbee9e5f8b0ed98fbb91d95f31b (patch)
treecdf52b214f5a9786c0719e064bcf04595e6707a8 /qutebrowser
parent6eff90919d241f85d285b419556407f9d359360d (diff)
[qutebrowser] Add libgen search engine
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/.config/qutebrowser/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
index 6d687f1..f0687f0 100644
--- a/qutebrowser/.config/qutebrowser/config.py
+++ b/qutebrowser/.config/qutebrowser/config.py
@@ -57,6 +57,7 @@ c.url.searchengines = {
'th': 'http://www.thesaurus.com/browse/{}',
'google': 'https://www.google.com/search?hl=en&q={}',
'hn': 'https://hn.algolia.com/?query={}',
+ 'lg': 'http://gen.lib.rus.ec/search.php?req={}',
'lit': 'https://www.littre.org/recherche?mot={}',
'scholar': 'https://scholar.google.com/scholar?q={}',
'tr': 'https://translate.google.com/#en/fr/{}',