From 343c26fe166c87e09e280208469c0d84a8011f92 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 1 Oct 2024 10:23:56 +0200 Subject: Patch: autostart --- config.def.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.def.h') 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[] = { -- cgit v1.3