add startpage to config.ron (#140)
* add startpage to config.ron Co-authored-by: chinchzilla <chinchzilla@chinchzilla-desktop.localdomain> Co-authored-by: Randall White <N3M0-22@pm.me>
This commit is contained in:
parent
4ddcdecb30
commit
6e2fa02e81
1 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,10 @@
|
|||
matches: ["stack"],
|
||||
queries: [(name: "Stack Overflow", query: "stackoverflow.com/search?q=")]
|
||||
),
|
||||
(
|
||||
matches: ["sp", "startpage"],
|
||||
queries: [(name: "Startpage", query: "startpage.com/sp/search?query=")]
|
||||
),
|
||||
(
|
||||
matches: ["twitch"],
|
||||
queries: [(name: "Twitch", query: "twitch.tv/search?term=")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue