mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02: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
|
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] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user