Allow app specific notification in Do Not Disturb mode #599
Unanswered
MangelMaxime
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to make an app specific notifications display even when in
Do Not Disturb
mode.According to what I found, it seems like I should be using
notification-visibility
however, it seems like this is not enough.I am using this command to spawn the notification
and I have this swaync config
If I add
"override-urgency": "critical"
it works but I would like to avoid that because I don't want the notification to stay until cleared as they can be a bunch of them.I also found that I could add
-h boolean:SWAYNC_BYPASS_DND:true
the CLI invocation but because not everyone in my team is using SwayNC we would like to avoid having a flag specific for each developer setup.Is it possible with SwayNC to allow an app specific notification to show even in DND? If yes, how ?
Beta Was this translation helpful? Give feedback.
All reactions