aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index fcf9e14..324382a 100644
--- a/config.h
+++ b/config.h
@@ -21,7 +21,7 @@ static const char *colors[][3] = {
static const char *const autostart[] = {
"/home/jozan/.config/dwm/dwmrc", NULL,
- "/usr/local/bin/notify-send", "-u", "normal", "\uf30c", "Welcome back, partner!", NULL,
+ "/usr/local/bin/notify-send", "-u", "normal", "Welcome", "\uf30c Welcome back, partner!", NULL,
NULL /* terminate */
};