Add kagi as the default search engine

This commit is contained in:
caem 2025-01-24 23:17:35 +01:00
parent 00fcf6df0f
commit f609e4c7d1
Signed by: caem
GPG key ID: 69A830D03203405F

View file

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