From 62602465ced5f65d4626f3cdf54b5fa30ba7c9dd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:35:18 +1100 Subject: launcher: actions + refactor into multi file Action prefix is configurable --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.ts') diff --git a/config.ts b/config.ts index a25651f..89398a0 100644 --- a/config.ts +++ b/config.ts @@ -89,7 +89,7 @@ const DEFAULTS = { }, }, launcher: { - maxResults: 15, // Max shown results at one time (i.e. max height of the launcher) + actionPrefix: ":", // Prefix for launcher actions apps: { maxResults: 30, // Actual max results, -1 for infinite pins: [ -- cgit v1.2.3-freya