From 737ff9f823011a27c1672eccaa99c68f8156377b Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 5 Nov 2025 20:27:14 -0500 Subject: exit on focus lost option --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index dd1488f..eba53ae 100644 --- a/config.h +++ b/config.h @@ -10,6 +10,7 @@ typedef struct { typedef struct { bool fancy_scroll; + bool exit_on_focus_lost; uint32_t min_width; uint32_t font_size; color_t text_color; -- cgit v1.2.3