plugins/preview-tabbed | 4 ++-- diff --git a/plugins/preview-tabbed b/plugins/preview-tabbed index d94e1280b544bf61cf353d8824a5e21286306473..49c0bc9782cc1ddcf2e8b2b6dd217e97c86bd310 100755 --- a/plugins/preview-tabbed +++ b/plugins/preview-tabbed @@ -155,9 +155,9 @@ fi ;; 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