diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-01 16:46:24 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-01 16:46:24 +1100 |
| commit | 418f057482464f4102d601d9394b5ae15f6a4b9d (patch) | |
| tree | d8b09d7c755a713271296127ea017a2daf83b6bd /config.ts | |
| parent | launcher: actions + refactor into multi file (diff) | |
| download | caelestia-shell-418f057482464f4102d601d9394b5ae15f6a4b9d.tar.gz caelestia-shell-418f057482464f4102d601d9394b5ae15f6a4b9d.tar.bz2 caelestia-shell-418f057482464f4102d601d9394b5ae15f6a4b9d.zip | |
launcher: fix scheme and todo actions
Fix the autocomplete
Diffstat (limited to 'config.ts')
| -rw-r--r-- | config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: [ |