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.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wm/dwl/config.h') diff --git a/wm/dwl/config.h b/wm/dwl/config.h index 792a3a1..35f9dd7 100644 --- a/wm/dwl/config.h +++ b/wm/dwl/config.h @@ -32,6 +32,12 @@ static const Layout layouts[] = { { "[M]", monocle }, }; +static const char *const autostart[] = { + "setbg", NULL, + "someblocks", NULL, + NULL +}; + /* monitors */ static const MonitorRule monrules[] = { /* name mfact nmaster scale layout rotate/reflect x y */ -- cgit v1.2.3