Refactor the whole configuration #1
1 changed files with 10 additions and 0 deletions
|
@ -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)" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue