dwm: Autostart mpdris2 / dunst / avizo

Necessary since these programs wouldn't start properly under .xinitrc.
This commit is contained in:
Donovan Glover 2024-09-04 19:29:25 -04:00
parent ef1de44b18
commit ecd3ae041b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -11,6 +11,7 @@ in
feh feh
xclip xclip
scrot scrot
mpdris2
(dwm.override { (dwm.override {
conf = # c conf = # c
@ -33,6 +34,13 @@ in
[SchemeSel] = { "${base05}", "${base00}", "${base05}" }, [SchemeSel] = { "${base05}", "${base00}", "${base05}" },
}; };
static const char *const autostart[] = {
"mpDris2", NULL,
"dunst", NULL,
"avizo-service", NULL,
NULL
};
static const unsigned int baralpha = 243; static const unsigned int baralpha = 243;
static const unsigned int alphas[][3] = { static const unsigned int alphas[][3] = {