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