diff options
| author | stkhan <personal@slickd.xyz> | 2022-06-16 11:18:11 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-06-16 11:18:11 +0000 |
| commit | 324e008f3bbd2b123979dde252b02e221623f8d0 (patch) | |
| tree | 44bd99e32f1b60e64a4faf857a03ba89ff9ece07 | |
| parent | 03ebd259490c87eae0c3ae148150227cb5ba55f0 (diff) | |
Add ... to loading dwmblocks
| -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, |