summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-13 11:56:50 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-05-13 11:56:50 -0400
commitb6571de164d80b45d487ce9593495532ee9d3c9b (patch)
treef7afe9e71af972c4a3d327f4eba979ab7a71c55e
parent0c15a05080a119553da43ca3e4272795552068ff (diff)
fix mimetype.toml
-rw-r--r--config/mimetype.toml17
1 files changed, 9 insertions, 8 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index 5b2237e..b7b7fd2 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -16,37 +16,38 @@ heic = [
jpeg = [
{ command = "qimgv", fork = true, silent = true },
{ command = "krita", fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", confirm_exit = true } ]
jpe = [
{ command = "qimgv", fork = true, silent = true },
{ command = "krita", fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", confirm_exit = true } ]
jpg = [
{ command = "qimgv", fork = true, silent = true },
{ command = "krita", fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", confirm_exit = true } ]
pgm = [
{ command = "qimgv", fork = true, silent = true },
{ command = "krita", fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", confirm_exit = true } ]
png = [
{ command = "qimgv", fork = true, silent = true },
{ command = "krita", fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", confirm_exit = true } ]
webp = [
{ command = "qimgv", fork = true, silent = true },
{ command = "krita", fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", confirm_exit = true } ]
ppm = [
{ command = "qimgv", fork = true, silent = true },
{ command = "krita", fork = true, silent = true },
- { command = "mediainfo", confirm_exit = true },
+ { command = "mediainfo", confirm_exit = true } ]
svg = [
{ command = "inkview", fork = true, silent = true },
{ command = "inkscape", fork = true, silent = true } ]
tiff = [
{ command = "qimgv", fork = true, silent = true },
- { command = "krita", fork = true, silent = true } ]
+ { command = "krita", fork = true, silent = true },
+ { command = "mediainfo", confirm_exit = true } ]
## audio formats
flac = [