mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Added some more search engines
This commit is contained in:
parent
a711f7c7f9
commit
5ae14e31b2
|
@ -81,7 +81,10 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}',
|
||||||
'nw' : 'https://nixos.wiki/index.php?search={}&go=Go',
|
'nw' : 'https://nixos.wiki/index.php?search={}&go=Go',
|
||||||
'mn' : 'https://mynixos.com/search?q={}',
|
'mn' : 'https://mynixos.com/search?q={}',
|
||||||
'sb' : 'https://www.serebii.net/search.shtml?q={}&sa=Search',
|
'sb' : 'https://www.serebii.net/search.shtml?q={}&sa=Search',
|
||||||
'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go'
|
'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go',
|
||||||
|
'yt' : 'https://www.youtube.com/results?search_query={}',
|
||||||
|
'od' : 'https://odysee.com/$/search?q={}',
|
||||||
|
'gd' : 'https://drive.google.com/drive/search?q={}'
|
||||||
}
|
}
|
||||||
|
|
||||||
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])
|
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])
|
||||||
|
|
Loading…
Reference in a new issue