diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 19:17:58 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 19:17:58 +0530 |
| commit | f648a6ee8dcab89a0c4a0ed94833392dcd0883ca (patch) | |
| tree | 8cae3b96c36e659e1eea0f503fbeb0cf2335fb74 /config.def.h | |
| parent | 577324b45c988e5151ce5622846ae80c962a00bf (diff) | |
autostart
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 9009517..69bab39 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 */ /* examples: |
