Skip to content

Instantly share code, notes, and snippets.

@DanielLemky
Created September 2, 2026 21:07
Show Gist options
  • Select an option

  • Save DanielLemky/22fbb9b923d745edd9581ee6bbf42273 to your computer and use it in GitHub Desktop.

Select an option

Save DanielLemky/22fbb9b923d745edd9581ee6bbf42273 to your computer and use it in GitHub Desktop.
Agent prompt: Add Qwant to Omalaunch Web Search

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:

{
  "id": "qwant",
  "name": "Qwant",
  "url": "https://www.qwant.com/?q={query}"
}

Requirements:

  • Keep the file valid JSONC with "version": 1.
  • Preserve comments, formatting, rankByUsage, and existing engines.
  • Do not duplicate the qwant ID.
  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment