added config.h

This commit is contained in:
nova
2025-06-13 01:28:16 +02:00
parent 0053c7cb88
commit bc2bc8fce0
2 changed files with 22 additions and 2 deletions

7
config.h Normal file
View File

@ -0,0 +1,7 @@
#include "defines.h"
static file_preview file_previews[] = {
{ "c", "&a" },
{ ".c", "&ueberzug" },
};