From f707737875bddb58f0382e316eee638335648582 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 1 Feb 2024 18:13:45 +0530 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 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 }, -- cgit v1.2.3