aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-24 23:30:30 +0100
committerFederico Angelilli <code@fedang.net>2024-11-24 23:30:30 +0100
commit2582279bc1046954702311c300294c5fd9f3ae0c (patch)
treecf2e1438c225f7cb66ace66b91098e788afdcb1b /src/config.h
parent7ed39aca6d07b8ca69c0373f5623ffd6a5564412 (diff)
Add more config options
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
1 files changed, 6 insertions, 2 deletions
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;