From 984ee6de4bbbffecc4a6dc87922c36f700c6992e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 28 Jul 2013 17:38:15 +0200 Subject: xo: switch image viewer Signed-off-by: Florian Pritz --- xo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xo') diff --git a/xo b/xo index 28f6e89..f1efcbf 100755 --- a/xo +++ b/xo @@ -17,7 +17,7 @@ declare -A handler # when a major MIME type won't correctly identify all filetypes. # openoffice.org documents are an example of this. doc=soffice -image=gpicview +image="sxiv -Z" video=mplayer default=${EDITOR:-vi} # Fallback -- should be a text editor -- cgit v1.2.3-24-g4f1b