From ad479cae0539fa50051b361b2299af33aadc51bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 15 Jul 2020 18:22:40 +0200 Subject: [PATCH] changelog: use bemenu instead of fuzzel in pipe-visible example --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d42f3de8..a7f27bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ * **pipe-visible** and **pipe-scrollback** key bindings. These let you pipe either the currently visible text, or the entire scrollback to external tools (https://codeberg.org/dnkl/foot/issues/29). Example: - `pipe-visible=[sh -c "xurls | fuzzel --dmenu | xargs -r firefox] Control+Print` + `pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox] Control+Print` ### Changed