diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-07-28 17:38:15 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-07-28 17:38:15 +0200 |
commit | 984ee6de4bbbffecc4a6dc87922c36f700c6992e (patch) | |
tree | a4755f8207b30a12023087dde536d04ba2162d63 | |
parent | 8a7bd7ec70868a5f027bc0bd26ae45a6491f21d2 (diff) | |
download | bin-984ee6de4bbbffecc4a6dc87922c36f700c6992e.tar.gz bin-984ee6de4bbbffecc4a6dc87922c36f700c6992e.tar.xz |
xo: switch image viewer
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | xo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |