From c0be07434829abd6e4fa7de400217d4af0540c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 26 Feb 2021 09:24:40 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20use=20=E2=80=98fuzzel=E2=80=99=20instead?= =?UTF-8?q?=20of=20=E2=80=98bemenu=E2=80=99=20in=20examples?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/foot.ini.5.scd | 2 +- foot.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/foot.ini.5.scd b/doc/foot.ini.5.scd index 3108c750..586bdd8b 100644 --- a/doc/foot.ini.5.scd +++ b/doc/foot.ini.5.scd @@ -519,7 +519,7 @@ e.g. *search-start=none*. use *sh -c "command line"* if you need that. Example: - *pipe-visible=[sh -c "xurls | uniq | tac | bemenu | xargs -r + *pipe-visible=[sh -c "xurls | uniq | tac | fuzzel | xargs -r firefox"] Control+Print* Default: _not bound_ diff --git a/foot.ini b/foot.ini index 8ea060c9..fd42d908 100644 --- a/foot.ini +++ b/foot.ini @@ -98,8 +98,8 @@ # minimize=none # maximize=none # fullscreen=none -# pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox"] none -# pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none +# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none +# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none # show-urls-launch=Control+Shift+U # show-urls-copy=none