Add book search to #qutebrowser

This commit is contained in:
Colin Powell
2019-11-12 14:39:11 -05:00
parent 8facbb4c7d
commit 451a1215ef

View File

@ -6,6 +6,7 @@ c.url.searchengines = {
"g": "https://www.google.com/search?q={}",
"b": "https://www.beeradvocate.com/search/?q={}&qt=beer",
"m": "https://www.openstreetmap.com/search?query={}",
"k": "https://b-ok.cc/s/?q={}",
}
c.messages.timeout = 5000