Toggling notifications, is it working for you? #37
Closed
prakash2033
started this conversation in
General
Replies: 2 comments
-
|
I think i figured it out, you have notify-send configured it in mako config, that perhaps does the trick. I will give it a try. Thank you anyways! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Try pulling in the latest updates. I just added a patch in 05f7e69 to fix silenced mode and allow critical messages to go through, even when silenced. Then the silenced notification itself is sent as critical so we see it. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
The fact that one sees Silenced notifications and Enabled notifications, doesn't seem like it is actually silencing the notifications. How do you silence notifications in that case while recording or when screen is shared?
Mod+Ctrl+Shift+N hotkey-overlay-title="Toggle silencing notifications" { spawn-sh "makoctl mode -t do-not-disturb && makoctl mode | grep -q 'do-not-disturb' && notify-send 'Silenced notifications' || notify-send 'Enabled notifications'"; }Beta Was this translation helpful? Give feedback.
All reactions