From 9264a65c192c9678fa4a048fdbb177ebf487c6b9 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 18 May 2015 19:09:10 +0200 Subject: Clarified comments in key-handler, fixes issue #206 --- exec/key-handler | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exec') diff --git a/exec/key-handler b/exec/key-handler index 4f83b10..03d7499 100644 --- a/exec/key-handler +++ b/exec/key-handler @@ -2,9 +2,9 @@ # Example for $XDG_CONFIG_HOME/sxiv/exec/key-handler # Called by sxiv(1) after the external prefix key (C-x by default) is pressed. -# The next key combo is passed as its first argument. The paths of all marked -# images--or of the current image, if no image is marked--are passed via stdin, -# one file path per line. +# The next key combo is passed as its first argument. Passed via stdin are the +# images to act upon, one path per line: all marked images, if in thumbnail +# mode and at least one image has been marked, otherwise the current image. # sxiv(1) blocks until this script terminates. It then checks which images # have been modified and reloads them. -- cgit v1.2.3-54-g00ecf