mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-03 09:01:25 +01:00
dwm: Autostart mpdris2 / dunst / avizo
Necessary since these programs wouldn't start properly under .xinitrc.
This commit is contained in:
parent
ef1de44b18
commit
ecd3ae041b
@ -11,6 +11,7 @@ in
|
||||
feh
|
||||
xclip
|
||||
scrot
|
||||
mpdris2
|
||||
|
||||
(dwm.override {
|
||||
conf = # c
|
||||
@ -33,6 +34,13 @@ in
|
||||
[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 alphas[][3] = {
|
||||
|
Loading…
Reference in New Issue
Block a user