diff --git a/config.h b/config.h index 1608871..47ed06b 100644 --- a/config.h +++ b/config.h @@ -22,6 +22,7 @@ static const mimetype mimetype_default_cmd[] = { * gives us "image/gif", thusly if we want to open gif in mpv rather than feh, * we need to define "gif" before "image" */ { "text", "$EDITOR" }, + { "avif", "nohup mpv % >/dev/null 2>&1 &" }, { "gif", "nohup mpv --loop-file=\"inf\" % >/dev/null 2>&1 &" }, { "image", "feh % >/dev/null 2>&1 &" }, { "video", "nohup mpv % >/dev/null 2>&1 &" }, @@ -37,6 +38,7 @@ static const extension file_extension_default_cmd[] = { { ".cbr", "mcomix % &"}, { ".json", "$EDITOR"}, { ".csv", "$EDITOR"}, + { ".blend", "blender-bin-5.0.0"}, /* version number in bin in main repo? yea idc */ }; static const binding key_binding[] = { /*key action blackmagic comment*/