diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-03-12 02:56:08 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-03-12 02:56:08 -0500 |
commit | 9c995399c118d6e22e1e0ae588857e605bab1e5f (patch) | |
tree | edfb16d204ad5c96a55c13bcac27178232a46cd7 /config.def.h | |
parent | 84f7139bc6bf22ae5da431865845359d7a393e94 (diff) | |
download | dwl-9c995399c118d6e22e1e0ae588857e605bab1e5f.tar.gz |
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 af1f935..6b69c1a 100644 --- a/config.def.h +++ b/config.def.h @@ -28,6 +28,13 @@ static char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; /* 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 */ |