diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:13:45 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:13:45 +0530 |
| commit | f707737875bddb58f0382e316eee638335648582 (patch) | |
| tree | 14bb19cd2fdcff22600e2307874b1c02571d6a9e /config.def.h | |
| parent | 3e308e41ab68d095ef2edeb483dbba7fe6c2f9c3 (diff) | |
autostart patch
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 e46d89c..3287e74 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ +}; + + static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ { NULL, NULL, NULL, 0, -1 }, |
