From 2582279bc1046954702311c300294c5fd9f3ae0c Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 24 Nov 2024 23:30:30 +0100 Subject: Add more config options --- src/config.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index e4bc2d6..9a26615 100644 --- a/src/config.h +++ b/src/config.h @@ -41,15 +41,19 @@ typedef struct { block_t **blocks; size_t n_actions; action_t *actions; - char *font; - char *monitor; bool override_redirect; bool action_strict_run; bool action_strict_set; bool action_failfast; + bool wm_struts; + char *wm_name; gradient_t background; + char *font; + char *monitor; unsigned int width; unsigned int height; + unsigned int x_offset; + unsigned int y_offset; double scale; } config_t; -- cgit v1.2.3