diff --git a/plugins/preview-tabbed b/plugins/preview-tabbed index d94e1280..49c0bc97 100755 --- a/plugins/preview-tabbed +++ b/plugins/preview-tabbed @@ -155,9 +155,9 @@ previewer_loop () { ;; image/*) if type sxiv >/dev/null 2>&1 ; then - sxiv -e "$XID" "$FILE" & + sxiv -ae "$XID" "$FILE" & elif type nsxiv >/dev/null 2>&1 ; then - nsxiv -e "$XID" "$FILE" & + nsxiv -ae "$XID" "$FILE" & else term_nuke "$XID" "$FILE" fi