qutebrowser: Fix quickmarks

This commit is contained in:
Marty Oehme 2021-03-05 17:01:08 +01:00
parent 9a476e4228
commit c407a6d45b
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -170,9 +170,9 @@ c.url.searchengines = {
"maps": "https://www.google.fr/maps?q={}",
"gol": "https://golang.org/pkg/{}/",
"man": "https://manned.org/browse/search?q={}",
"lib": "http://libgen.rs/search.php?req={}",
"sci": "https://sci-hub.se/{}",
"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",
"lib": "http://libgen.fun/search.php?req={}",
"sci": "https://sci-hub.do/{}",
"alt": "https://alternativeto.net/software/{}/?license=opensource",
"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",
}