From 07afc07ffff324f3a355f2437bd643b616fe0af4 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 31 Mar 2023 19:39:34 -0500 Subject: basic wm --- wm/dwl/config.def.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wm/dwl/config.def.h') diff --git a/wm/dwl/config.def.h b/wm/dwl/config.def.h index 2fd5215..c5c3163 100644 --- a/wm/dwl/config.def.h +++ b/wm/dwl/config.def.h @@ -7,6 +7,12 @@ static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0}; /* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */ static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0}; +/* Autostart */ +static const char *const autostart[] = { + "wbg", "/path/to/your/image", NULL, + NULL /* terminate */ +}; + /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -- cgit v1.2.3