summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-16 11:03:58 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-05-16 11:03:58 -0400
commitf5a387a824780824d2bc159cd8c53fab714865c0 (patch)
treee600e4678cf00d85ccc3c05eb164912e4b1cac87 /config
parent09e8fde702d3870472c391f9d03d021358b0ec04 (diff)
fix mimetype.toml
Diffstat (limited to 'config')
-rw-r--r--config/mimetype.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index 5475f93..24f1c0d 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -1,8 +1,7 @@
[class]
audio_default = [
{ command = "mpv", args = [ "--" ] },
- { command = "mediainfo", confirm_exit = true },
- { command = "swappy", args = [ "-f" ], fork = true } ]
+ { command = "mediainfo", confirm_exit = true } ]
image_default = [
{ command = "qimgv", fork = true, silent = true },