From 770d29dc83d845122811c2c2dc2fcac07865960a81fe13f3652ffa057b7d4886 Mon Sep 17 00:00:00 2001 From: ganome Date: Sun, 16 Mar 2025 08:52:48 -0600 Subject: [PATCH] added dunst notification daemon and switched to ghostty terminal --- config.def.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index b66a0f5..cdc69b8 100644 --- a/config.def.h +++ b/config.def.h @@ -104,12 +104,14 @@ static char *colors[][ColCount] = { static const char *const autostart[] = { // "st", NULL, "arrpc", NULL, - "swaync", NULL, + "dunst", NULL, + "sh", "/home/ganome/.local/bin/dwmbar", NULL, "xrdb", "/home/ganome/.Xresources", NULL, + "nitrogen", "--restore", NULL, NULL /* terminate */ }; -static const char *scratchpadcmd[] = {"s", "kitty", "--name", "spterm", NULL}; +static const char *scratchpadcmd[] = {"s", "ghostty", "--x11-instance-name=spterm", NULL}; /* Tags * In a traditional dwm the number of tags in use can be changed simply by changing the number