feat: update cursor

This commit is contained in:
Jet Pham 2025-11-12 22:25:56 -08:00
parent 158b91d842
commit 2fab8c92b4
No known key found for this signature in database
5 changed files with 2860 additions and 23 deletions

View file

@ -234,6 +234,20 @@
"zen.theme.border-radius" = 0;
"zen.theme.content-element-separation" = 0;
};
# Add SearXNG as default search engine
SearchEngines = {
Default = "SearXNG";
Add = [
{
Name = "SearXNG";
URLTemplate = "http://127.0.0.1:8888/search?q={searchTerms}";
Method = "GET";
IconURL = "http://127.0.0.1:8888/static/themes/simple/img/searxng.png";
Alias = "sx";
Description = "SearXNG - Privacy-respecting metasearch engine";
}
];
};
};
};