Add kagi as the default search engine
This commit is contained in:
parent
00fcf6df0f
commit
f609e4c7d1
1 changed files with 10 additions and 0 deletions
|
@ -36,6 +36,16 @@
|
|||
};
|
||||
|
||||
SearchEngines = { # ESR only
|
||||
Add = [
|
||||
{
|
||||
Name = "Kagi";
|
||||
URLTemplate = "https://kagi.com/search?q={searchTerms}";
|
||||
Method = "GET";
|
||||
IconURL = "https://kagi.com/favicon.ico";
|
||||
Alias = "@k";
|
||||
Default = true;
|
||||
}
|
||||
];
|
||||
Remove = [ "Bing" "Google" "DuckDuckGo" "Wikipedia (en)" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue