From 07737555823d1b8fe3df0f2b03e973ab647dac44 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 10 Aug 2021 04:29:42 -0700 Subject: sxiv compare pictures hotkey --- .config/sxiv/exec/key-handler | 1 + 1 file changed, 1 insertion(+) (limited to '.config/sxiv/exec/key-handler') diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index e9b43afd..28817342 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -37,6 +37,7 @@ flip() { } case "$1" in + "c") tr '\n' '\0' | xargs -0 setsid -f sxiv ;; "d") [ "$(promptd "delete?")" = "Yes" ] && tr '\n' '\0' | xargs -0 rm ;; "e") while read file; do alacritty -e sh -c "exiv2 pr -q -pa '$file' | less" & done ;; "f") flip ;; -- cgit v1.2.3-70-g09d2