add dunst

This commit is contained in:
Ray Andrew 2024-10-13 18:15:34 -05:00
parent 35412d6791
commit f82f763643

View file

@ -53,7 +53,7 @@ static const char *colors[][3] = {
static const char *const autostart[] = { static const char *const autostart[] = {
SHAUTOSTART("dinitctl setenv DISPLAY DBUS_SESSION_BUS_ADDRESS XAUTHORITY"), NULL, SHAUTOSTART("dinitctl setenv DISPLAY DBUS_SESSION_BUS_ADDRESS XAUTHORITY"), NULL,
SHAUTOSTART("dbus-update-activation-environment DISPLAY XAUTHORITY"), NULL, SHAUTOSTART("dbus-update-activation-environment DISPLAY XAUTHORITY"), NULL,
// SHAUTOSTART("killall dunst; dunst"), NULL, SHAUTOSTART("killall dunst; dunst"), NULL,
// "killall", "dunst", NULL, // "killall", "dunst", NULL,
// "dunst", NULL, // "dunst", NULL,
NULL /* terminate */ NULL /* terminate */