From b3f16e76711b03592a04889a6bbfa70bfc5d6c5f Mon Sep 17 00:00:00 2001 From: cain-dev <66369488+cain-dev@users.noreply.github.com> Date: Fri, 13 May 2022 16:41:42 -0300 Subject: [PATCH] Reference dependency needed for kitty preview --- plugins/preview-tui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/preview-tui b/plugins/preview-tui index 15ff0433..b04053a2 100755 --- a/plugins/preview-tui +++ b/plugins/preview-tui @@ -65,7 +65,7 @@ # windows will be horizontal or vertical). # # Kitty users need `allow_remote_control` set to `yes`, and `listen_on` set -# to e.g. "unix:$TMPDIR/kitty". To customize the window split, `enabled_layouts` +# to e.g. "unix:$TMPDIR/kitty" and ImageMagick installed (which is required by kitty icat script). To customize the window split, `enabled_layouts` # has to be set to `all` or `splits` (the former is the default value). # This terminal is also able to show images without extra dependencies. #