From 9c995399c118d6e22e1e0ae588857e605bab1e5f Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Wed, 12 Mar 2025 02:56:08 -0500 Subject: autostart patch --- config.def.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.def.h') 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 */ -- cgit v1.2.3