added dunst notification daemon and switched to ghostty terminal

This commit is contained in:
ganome 2025-03-16 08:52:48 -06:00
parent 4c338c6849
commit 770d29dc83
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83

View File

@ -104,12 +104,14 @@ static char *colors[][ColCount] = {
static const char *const autostart[] = { static const char *const autostart[] = {
// "st", NULL, // "st", NULL,
"arrpc", NULL, "arrpc", NULL,
"swaync", NULL, "dunst", NULL,
"sh", "/home/ganome/.local/bin/dwmbar", NULL,
"xrdb", "/home/ganome/.Xresources", NULL, "xrdb", "/home/ganome/.Xresources", NULL,
"nitrogen", "--restore", NULL,
NULL /* terminate */ NULL /* terminate */
}; };
static const char *scratchpadcmd[] = {"s", "kitty", "--name", "spterm", NULL}; static const char *scratchpadcmd[] = {"s", "ghostty", "--x11-instance-name=spterm", NULL};
/* Tags /* Tags
* In a traditional dwm the number of tags in use can be changed simply by changing the number * In a traditional dwm the number of tags in use can be changed simply by changing the number