Set Brave default as default search engine

This commit is contained in:
Victor Timofei 2021-12-12 18:58:54 +02:00
parent 9623762b5f
commit 4919863dd8
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
3 changed files with 5238 additions and 5147 deletions

View File

@ -644,6 +644,14 @@ completions.cp.callback = (response) => parseCrunchbase(response, (person) => {
// ****** Search Engines ****** //
// Brave Search
completions.bs = {
alias: "bs",
name: "bravesearch",
search: "https://search.brave.com/search?q=",
compl: "https://search.brave.com/api/suggest?q=",
}
// DuckDuckGo
completions.dd = {
alias: "dd",

View File

@ -7,7 +7,7 @@ util.addSettings({
hintAlign: "left",
omnibarSuggestionTimeout: 500,
richHintsForKeystroke: 1,
defaultSearchEngine: "dd",
defaultSearchEngine: "bs",
theme: `
body {
font-family: "DejaVu Sans", DejaVu, Arial, sans-serif;

10375
yarn.lock

File diff suppressed because it is too large Load Diff