added dunst notification daemon and switched to ghostty terminal
This commit is contained in:
parent
4c338c6849
commit
770d29dc83
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user