Mako: Disable sound in DND mode.
This commit is contained in:
parent
e75cd9fa4d
commit
4f8f792669
|
@ -24,6 +24,7 @@ in {
|
||||||
sections = {
|
sections = {
|
||||||
"mode=dnd" = {
|
"mode=dnd" = {
|
||||||
invisible = 1;
|
invisible = 1;
|
||||||
|
on-notify = "exec ${pkgs.coreutils}/bin/true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue