From 418f057482464f4102d601d9394b5ae15f6a4b9d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:46:24 +1100 Subject: launcher: fix scheme and todo actions Fix the autocomplete --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.ts') diff --git a/config.ts b/config.ts index 89398a0..ce4b262 100644 --- a/config.ts +++ b/config.ts @@ -89,7 +89,7 @@ const DEFAULTS = { }, }, launcher: { - actionPrefix: ":", // Prefix for launcher actions + actionPrefix: ">", // Prefix for launcher actions apps: { maxResults: 30, // Actual max results, -1 for infinite pins: [ -- cgit v1.2.3-freya