Add book search to #qutebrowser
This commit is contained in:
@ -6,6 +6,7 @@ c.url.searchengines = {
|
|||||||
"g": "https://www.google.com/search?q={}",
|
"g": "https://www.google.com/search?q={}",
|
||||||
"b": "https://www.beeradvocate.com/search/?q={}&qt=beer",
|
"b": "https://www.beeradvocate.com/search/?q={}&qt=beer",
|
||||||
"m": "https://www.openstreetmap.com/search?query={}",
|
"m": "https://www.openstreetmap.com/search?query={}",
|
||||||
|
"k": "https://b-ok.cc/s/?q={}",
|
||||||
}
|
}
|
||||||
|
|
||||||
c.messages.timeout = 5000
|
c.messages.timeout = 5000
|
||||||
|
|||||||
Reference in New Issue
Block a user