diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-11 14:49:16 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-11 14:49:16 +0100 |
| commit | 7262954c13514efa6b8076b2d5a195b3b382b3a3 (patch) | |
| tree | 6ca0c199718061b1ca83500ec395593e7d62c1ec /config.def.h | |
| parent | b224a1971956760a54690308d52a3b3a7960f19a (diff) | |
Add auto-start process feature
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 18d1a32..fa199ae 100644 --- a/config.def.h +++ b/config.def.h @@ -23,6 +23,13 @@ static const float fullscreen_bg[] = {0.0f, 0.0f, 0.0f, 1.0f}; /* You ca /* 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 */ |
