summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-01 00:00:25 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-01 00:00:25 +1100
commite16bf9a9adeeb8bf52803454f116cdcaea1fb168 (patch)
tree21a8166865df041f07693b0b5fa782256acaf2fe /config.ts
parentlauncher: files mode (diff)
downloadcaelestia-shell-e16bf9a9adeeb8bf52803454f116cdcaea1fb168.tar.gz
caelestia-shell-e16bf9a9adeeb8bf52803454f116cdcaea1fb168.tar.bz2
caelestia-shell-e16bf9a9adeeb8bf52803454f116cdcaea1fb168.zip
launcher: better files
Files shorten path Also tooltips for both apps and files
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts1
1 files changed, 1 insertions, 0 deletions
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