opening files using mimetypes defined in config.h

This commit is contained in:
nova
2025-06-18 04:08:02 +02:00
parent 1485d69cad
commit f99035629a
10 changed files with 106 additions and 41 deletions

View File

@ -3,7 +3,9 @@
static mimetype mimetype_default_cmd[] = {
/* mimetype shell command */
{ "text", "$EDITOR" }
{ "text", "$EDITOR" },
{ "image", "feh" },
{ "video", "mpv" }
};
static binding key_binding[] = {