diff options
Diffstat (limited to 'dwm-6.3/config.h')
| -rw-r--r-- | dwm-6.3/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-6.3/config.h b/dwm-6.3/config.h index b41498c..fb9ed41 100644 --- a/dwm-6.3/config.h +++ b/dwm-6.3/config.h @@ -29,7 +29,7 @@ static const unsigned int alphas[][3] = { }; static const char *const autostart[] = { - "xsetroot", "-name", "Loading dwmblocks", NULL, + "xsetroot", "-name", "Loading dwmblocks...", NULL, "dwmblocks", NULL, "fehbg", NULL, "picom", "--experimental-backends", NULL, |