web: add brave search to config.ron (#139)
This commit is contained in:
parent
e9bafd1b4a
commit
adc1db778c
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
|||
matches: ["bing"],
|
||||
queries: [(name: "Bing", query: "bing.com/search?q=")]
|
||||
),
|
||||
(
|
||||
matches: ["bs", "brave"],
|
||||
queries: [(name: "Brave Search", query: "https://search.brave.com/search?q=")]
|
||||
),
|
||||
(
|
||||
matches: ["crates"],
|
||||
queries: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue