From e16bf9a9adeeb8bf52803454f116cdcaea1fb168 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:00:25 +1100 Subject: launcher: better files Files shorten path Also tooltips for both apps and files --- config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'config.ts') diff --git a/config.ts b/config.ts index d800fea..a25651f 100644 --- a/config.ts +++ b/config.ts @@ -103,6 +103,7 @@ const DEFAULTS = { files: { maxResults: 40, // Actual max results, -1 for infinite fdOpts: ["-a", "-t", "f"], // Options to pass to `fd` + shortenThreshold: 30, // Threshold to shorten paths in characters }, math: { maxResults: 40, // Actual max results, -1 for infinite -- cgit v1.2.3-freya