qutebrowser: Fix quickmarks
This commit is contained in:
parent
9a476e4228
commit
c407a6d45b
1 changed files with 3 additions and 3 deletions
|
@ -170,9 +170,9 @@ c.url.searchengines = {
|
||||||
"maps": "https://www.google.fr/maps?q={}",
|
"maps": "https://www.google.fr/maps?q={}",
|
||||||
"gol": "https://golang.org/pkg/{}/",
|
"gol": "https://golang.org/pkg/{}/",
|
||||||
"man": "https://manned.org/browse/search?q={}",
|
"man": "https://manned.org/browse/search?q={}",
|
||||||
"lib": "http://libgen.rs/search.php?req={}",
|
"lib": "http://libgen.fun/search.php?req={}",
|
||||||
"sci": "https://sci-hub.se/{}",
|
"sci": "https://sci-hub.do/{}",
|
||||||
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&tab=Everything&search_scope=MyInst_and_CI&vid=45KBDK_KGL:KGL&offset=0&lang=en",
|
|
||||||
"alt": "https://alternativeto.net/software/{}/?license=opensource",
|
"alt": "https://alternativeto.net/software/{}/?license=opensource",
|
||||||
"hn": "https://hn.algolia.com/?q={}",
|
"hn": "https://hn.algolia.com/?q={}",
|
||||||
|
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&tab=Everything&search_scope=MyInst_and_CI&vid=45KBDK_KGL:KGL&offset=0&lang=en",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue