add dunst

This commit is contained in:
Ray Andrew 2024-10-07 22:44:51 -05:00
parent ccb34e97be
commit ebc7789207

View file

@ -40,6 +40,8 @@ static const char *colors[][3] = {
}; };
static const char *const autostart[] = { static const char *const autostart[] = {
"dinitctl", "setenv", "DISPLAY", "DBUS_SESSION_BUS_ADDRESS", "XAUTHORITY", NULL,
"dbus-update-activation-environment", "DISPLAY", "XAUTHORITY", NULL,
"dunst", NULL, "dunst", NULL,
NULL /* terminate */ NULL /* terminate */
}; };