From ebc7789207a92f87a0cdd94d91e3cff9bc63b60e Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:44:51 -0500 Subject: [PATCH] add dunst --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 8745d54..557d492 100644 --- a/config.def.h +++ b/config.def.h @@ -40,6 +40,8 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { + "dinitctl", "setenv", "DISPLAY", "DBUS_SESSION_BUS_ADDRESS", "XAUTHORITY", NULL, + "dbus-update-activation-environment", "DISPLAY", "XAUTHORITY", NULL, "dunst", NULL, NULL /* terminate */ };