search: use kagi for reddit
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
c35b0147c3
commit
0fc8faa151
3 changed files with 3 additions and 3 deletions
|
@ -270,7 +270,7 @@ in {
|
|||
{
|
||||
name = "Reddit";
|
||||
shortcut = "r";
|
||||
url = "https://www.google.com/search?q=site%3Areddit.com+{searchTerms}";
|
||||
url = "https://kagi.com/search?q=site%3Areddit.com+{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
@ -497,7 +497,7 @@ in {
|
|||
Name = "Reddit";
|
||||
Alias = "r";
|
||||
IconURL = "https://www.redditstatic.com/desktop2x/img/favicon/favicon-96x96.png";
|
||||
URLTemplate = "https://www.google.com/search?q=site%3Areddit.com+{searchTerms}";
|
||||
URLTemplate = "https://kagi.com/search?q=site%3Areddit.com+{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
@ -209,7 +209,7 @@ case "$1" in
|
|||
'r '*)
|
||||
label="Reddit"
|
||||
icon="reddit"
|
||||
url="https://www.google.com/search?q=site%3Areddit.com+"
|
||||
url="https://kagi.com/search?q=site%3Areddit.com+"
|
||||
query="${1:2}"
|
||||
;;
|
||||
's '*)
|
||||
|
|
Loading…
Add table
Reference in a new issue