diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-10-01 08:23:56 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-10-01 11:53:32 +0000 |
| commit | 343c26fe166c87e09e280208469c0d84a8011f92 (patch) | |
| tree | 88aec62ad58b298761f3352df5f01fbbe183acb5 /config.def.h | |
| parent | e6b0bc835fdc3eecc6ca8c78f852be17ed106d4a (diff) | |
Patch: autostart
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 3a1d088..8fe9511 100644 --- a/config.def.h +++ b/config.def.h @@ -26,6 +26,14 @@ 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[] = { + "swaybg", "-m", "stretch", "-i", "pictures/bg/nature_blue.png", NULL, + "mako", NULL, + NULL /* terminate */ +}; + + /* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */ #define TAG(t) (1 << (t - 1)) static const Rule rules[] = { |
