summaryrefslogtreecommitdiffstats
path: root/xo
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-07-28 17:38:15 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-07-28 17:38:15 +0200
commit984ee6de4bbbffecc4a6dc87922c36f700c6992e (patch)
treea4755f8207b30a12023087dde536d04ba2162d63 /xo
parent8a7bd7ec70868a5f027bc0bd26ae45a6491f21d2 (diff)
downloadbin-984ee6de4bbbffecc4a6dc87922c36f700c6992e.tar.gz
bin-984ee6de4bbbffecc4a6dc87922c36f700c6992e.tar.xz
xo: switch image viewer
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'xo')
-rwxr-xr-xxo2
1 files changed, 1 insertions, 1 deletions
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