diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-03-17 20:33:14 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-03-17 20:33:14 +0200 |
| commit | f2b08038dc7b6ad88530a4fea00b05a68f5a9322 (patch) | |
| tree | 2d5b00c65ce75ae94817ce3c98f1899a5f6f77ca /config.h.in | |
| parent | bd001772b2d67c10e8cc41f0fc2527788c5a6824 (diff) | |
img: fix gif freeze in kitty
Related to #7
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 64d7d4c..76d3cbb 100644 --- a/config.h.in +++ b/config.h.in @@ -46,7 +46,7 @@ // 'arg0' 'arg1' '{col}x{row}' 'img' // #define DFM_IMG_MODE "chafa" // "kitty" -#define DFM_IMG_KITTY_CMD "kitten", "icat", "--align", "left", "--place" +#define DFM_IMG_KITTY_CMD "kitten", "icat", "--loop", "1", "--align", "left", "--place" #define DFM_IMG_CHAFA_CMD "chafa", "--format=sixel", "--animate=off", "-s" // |