summaryrefslogtreecommitdiff
path: root/.config/sxiv/exec
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-08-10 04:31:55 -0700
committerxyz <gky44px1999@gmail.com>2021-08-10 04:31:55 -0700
commit69eacd70499b97bd0c6699f2839ea9d418ee0d87 (patch)
tree86348a5f176282996cef3aed33831035343cb519 /.config/sxiv/exec
parent07737555823d1b8fe3df0f2b03e973ab647dac44 (diff)
use N and P for marked image instead
Diffstat (limited to '.config/sxiv/exec')
-rwxr-xr-x.config/sxiv/exec/key-handler1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler
index 28817342..e9b43afd 100755
--- a/.config/sxiv/exec/key-handler
+++ b/.config/sxiv/exec/key-handler
@@ -37,7 +37,6 @@ 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 ;;