Skip to content

Instantly share code, notes, and snippets.

@DanielLemky
DanielLemky / add-qwant-to-omalaunch.md
Created September 2, 2026 21:07
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:

@DanielLemky
DanielLemky / input.lua
Last active September 9, 2026 08:57
Mac-like trackpad tuning for Omarchy on an Apple Silicon MacBook Pro
-- Add these settings to ~/.config/hypr/input.lua on Omarchy.
hl.config({
input = {
touchpad = {
natural_scroll = true,
tap_to_click = true,
disable_while_typing = true,
tap_and_drag = false,
drag_lock = false,
clickfinger_behavior = true,