aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-11 15:26:43 +0200
committerFederico Angelilli <code@fedang.net>2024-07-11 15:26:43 +0200
commita664509c6b637e65fbd417b4a7dece831f5cf6e3 (patch)
treeb71d8e09afc098a8e57c44d83bdd3f0a422e3527 /src/config.h
parent6942efee2d41a768501e23bd06f38dbb4fde197b (diff)
Add override_redirect config
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 007393b..11c4053 100644
--- a/src/config.h
+++ b/src/config.h
@@ -11,6 +11,7 @@ typedef struct {
char *monitor;
unsigned int height;
unsigned int width;
+ bool override_redirect;
} config_t;
void config_init(config_t *config);