Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit f609e4c7d1 - Show all commits

View file

@ -36,6 +36,16 @@
}; };
SearchEngines = { # ESR only 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)" ]; Remove = [ "Bing" "Google" "DuckDuckGo" "Wikipedia (en)" ];
}; };
}; };