From f82f76364389c6d4e25433b060a5e46153914023 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:15:34 -0500 Subject: [PATCH] add dunst --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 66824d4..19c7ebf 100644 --- a/config.def.h +++ b/config.def.h @@ -53,7 +53,7 @@ static const char *colors[][3] = { static const char *const autostart[] = { SHAUTOSTART("dinitctl setenv DISPLAY DBUS_SESSION_BUS_ADDRESS XAUTHORITY"), NULL, SHAUTOSTART("dbus-update-activation-environment DISPLAY XAUTHORITY"), NULL, - // SHAUTOSTART("killall dunst; dunst"), NULL, + SHAUTOSTART("killall dunst; dunst"), NULL, // "killall", "dunst", NULL, // "dunst", NULL, NULL /* terminate */