summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-07-26 21:38:09 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-07-26 21:38:09 -0400
commit4375fe96d62bab0324ca8190a3ef3a15f35eeb0c (patch)
treecde336bac606e9aeb60e8213ecb88b926b4f7126 /config.def.h
parentdf7915207ce3b6563f7fd3dea5ed92c28f33dfd6 (diff)
Implement autostart patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 66c2e01..4d91aa5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -35,6 +35,13 @@ static char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
/* logging */
static int log_level = WLR_ERROR;
+/* Autostart */
+static const char *const autostart[] = {
+ "wbg", "/path/to/your/image", NULL,
+ NULL /* terminate */
+};
+
+
/* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */
static const Rule rules[] = {
/* app_id title tags mask isfloating monitor */