1
0
mirror of https://gittea.dev/nova/th.git synced 2026-05-01 05:55:15 -04:00

avif and blender

This commit is contained in:
nova
2026-03-16 21:21:07 +01:00
parent a64982857a
commit ac50d377ca
+2
View File
@@ -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*/