diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 8 |
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; |
