From 8f336f1d7faebd1d4fb862f727a958bd1efda482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Thu, 30 Jul 2026 00:13:24 +0200 Subject: [PATCH] Minimize fzf selection chrome * Remove the prompt glyph and use a dot for the highlighted row so fzf keeps focus on matches instead of UI markers. --- modules/cli.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cli.nix b/modules/cli.nix index 9425f9a..16e22ca 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -43,8 +43,8 @@ "--layout=reverse" "--marker=✓" "--no-separator" - "--pointer=›" - "--prompt=› " + "--pointer=•" + "--prompt=" ]; fileWidget.command = "fd --hidden --exclude .git ."; }; -- 2.51.2