Mako: Disable sound in DND mode.

This commit is contained in:
Dmitry Voronin 2024-11-11 12:01:44 +03:00
parent e75cd9fa4d
commit 4f8f792669
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -24,6 +24,7 @@ in {
sections = { sections = {
"mode=dnd" = { "mode=dnd" = {
invisible = 1; invisible = 1;
on-notify = "exec ${pkgs.coreutils}/bin/true";
}; };
}; };
}; };