diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-03-12 11:44:11 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-03-12 11:44:11 +0200 |
| commit | d055a1c256233afd955fa9c6415c3334c3bc697b (patch) | |
| tree | 6fb57d6d08a0353c133a7b26ca83dbdcc464d9b5 /config.h.in | |
| parent | b6814841e7d83076ac38d4e7cf26d478f82860b1 (diff) | |
dfm: Add support for images
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index d7be704..8eb7106 100644 --- a/config.h.in +++ b/config.h.in @@ -34,6 +34,15 @@ #define DFM_BOOKMARK_9 "" // +// Default image viewer. +// The command is executed as follows: +// 'arg0' 'arg1' '{col}x{rol}' 'img' +// +#define DFM_IMG_MODE "chafa" // "kitty" +#define DFM_IMG_KITTY_CMD "kitten", "icat", "--align", "left", "--place" +#define DFM_IMG_CHAFA_CMD "chafa", "--format=sixel", "-s" + +// // Default trash utility. // Can be set at runtime via environment: \$DFM_TRASH // |