diff options
Diffstat (limited to 'wm/dwl/config.h')
| -rw-r--r-- | wm/dwl/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |