Add autostart patch

This commit is contained in:
Sravan Balaji
2024-09-02 23:08:08 -04:00
parent 5c45bee8ff
commit 3bd02c9fb9
8 changed files with 282 additions and 6 deletions

View File

@@ -20,6 +20,13 @@ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 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 */