From 0b46f6ac92258c5431c273dec5e2c5fba1afbf15 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 4 Mar 2026 16:59:01 +0100 Subject: [PATCH] Added sixel image type to iamb --- commit_text | 2 +- iamb/config.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/commit_text b/commit_text index 18f2544..7bc84dd 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added iamb and configuration and removed element from autostart +Added sixel image type to iamb diff --git a/iamb/config.toml b/iamb/config.toml index fec8ecd..2031006 100644 --- a/iamb/config.toml +++ b/iamb/config.toml @@ -10,3 +10,6 @@ username_display = "displayname" enabled = true show_message = true via = "desktop" + +[settings.image_preview] +protocol.type = "sixel";