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:
@@ -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,
|
* gives us "image/gif", thusly if we want to open gif in mpv rather than feh,
|
||||||
* we need to define "gif" before "image" */
|
* we need to define "gif" before "image" */
|
||||||
{ "text", "$EDITOR" },
|
{ "text", "$EDITOR" },
|
||||||
|
{ "avif", "nohup mpv % >/dev/null 2>&1 &" },
|
||||||
{ "gif", "nohup mpv --loop-file=\"inf\" % >/dev/null 2>&1 &" },
|
{ "gif", "nohup mpv --loop-file=\"inf\" % >/dev/null 2>&1 &" },
|
||||||
{ "image", "feh % >/dev/null 2>&1 &" },
|
{ "image", "feh % >/dev/null 2>&1 &" },
|
||||||
{ "video", "nohup mpv % >/dev/null 2>&1 &" },
|
{ "video", "nohup mpv % >/dev/null 2>&1 &" },
|
||||||
@@ -37,6 +38,7 @@ static const extension file_extension_default_cmd[] = {
|
|||||||
{ ".cbr", "mcomix % &"},
|
{ ".cbr", "mcomix % &"},
|
||||||
{ ".json", "$EDITOR"},
|
{ ".json", "$EDITOR"},
|
||||||
{ ".csv", "$EDITOR"},
|
{ ".csv", "$EDITOR"},
|
||||||
|
{ ".blend", "blender-bin-5.0.0"}, /* version number in bin in main repo? yea idc */
|
||||||
};
|
};
|
||||||
static const binding key_binding[] = {
|
static const binding key_binding[] = {
|
||||||
/*key action blackmagic comment*/
|
/*key action blackmagic comment*/
|
||||||
|
|||||||
Reference in New Issue
Block a user