config: add tweak option to allow disabling sixels

This commit is contained in:
jvoisin 2022-02-27 16:29:35 +01:00
parent 0d1e6960af
commit 319ceee67f
6 changed files with 26 additions and 2 deletions

View file

@ -316,6 +316,7 @@ struct config {
float box_drawing_base_thickness;
bool box_drawing_solid_shades;
bool font_monospace_warn;
bool sixel;
} tweak;
user_notifications_t notifications;