From ab8a774df0ebc88c4b16377547366b01134b041c Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 24 Nov 2024 15:14:05 +0100 Subject: Add actions --- src/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index dd1bf1f..e005dff 100644 --- a/src/config.h +++ b/src/config.h @@ -8,6 +8,8 @@ typedef struct block block_t; +typedef struct action action_t; + typedef enum { CONFIG_STRING, CONFIG_INT, @@ -31,6 +33,8 @@ typedef struct { typedef struct { size_t n_blocks; block_t **blocks; + size_t n_actions; + action_t *actions; char *font; char *monitor; bool override_redirect; -- cgit v1.2.3