From 7262954c13514efa6b8076b2d5a195b3b382b3a3 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 11 Oct 2025 14:49:16 +0100 Subject: Add auto-start process feature --- config.def.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.def.h') 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 */ -- cgit