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:
Chinchzilla 2022-09-06 18:16:19 +00:00 committed by GitHub
parent 4ddcdecb30
commit 6e2fa02e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=")]