From def1e18d86579cf77649d1b8aa596d0877b822bb Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 24 Nov 2024 19:39:19 +0100 Subject: Refactor block_change_fn --- src/config.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index e56de55..e4bc2d6 100644 --- a/src/config.h +++ b/src/config.h @@ -44,6 +44,9 @@ typedef struct { char *font; char *monitor; bool override_redirect; + bool action_strict_run; + bool action_strict_set; + bool action_failfast; gradient_t background; unsigned int width; unsigned int height; @@ -55,16 +58,6 @@ typedef struct { int value; } config_enum_t; -extern config_enum_t text_align_enum[]; - -extern const config_entry_t bar_entries[]; - -extern const config_entry_t block_entries[]; - -extern const config_entry_t block_group_entries[]; - -extern const config_entry_t block_text_entries[]; - const char *config_type_to_string(config_type_t type); void config_init(config_t *config); -- cgit v1.2.3