From 0097c56e09b8501cabdfac2e15d536f121446cc4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 19 Jul 2025 14:49:47 +1000 Subject: config: add config for using fzf/fuzzy search --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9520eb1..7d266eb 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,14 @@ All configuration options are in `~/.config/caelestia/shell.json`. "dragThreshold": 50, "enableDangerousActions": false, "maxShown": 8, - "maxWallpapers": 9 + "maxWallpapers": 9, + "useFuzzy": { + "apps": false, + "actions": false, + "schemes": false, + "variants": false, + "wallpapers": false + } }, "lock": { "maxNotifs": 5 -- cgit v1.2.3-freya