Agent prompt: Add Qwant to Omalaunch Web Search
Configure the bundled Omalaunch Web Search extension to include Qwant.
Edit:
~/.config/omarchy/omalaunch/extensions/omalaunch.web-search.jsonc
Preserve all existing search engines and settings. Add this engine only if it is not already present:
Requirements:
- Keep the file valid JSONC with
"version": 1. - Preserve comments, formatting,
rankByUsage, and existing engines. - Do not duplicate the
qwantID. - Create the file and parent directory if they do not exist. If creating it, include the current default engines plus Qwant.
- Do not change machine-managed state.
- Restart the Omarchy shell after the change with
omarchy restart shell. - Report the changed file and whether Qwant was added or already present.
{ "id": "qwant", "name": "Qwant", "url": "https://www.qwant.com/?q={query}" }