How to prevent desktop notifications from showing up when VLC is in fullscreen mode?
Some of my scripts display desktop notifications using notify-send. The best
solution would be to configure that critical notifications still show up and
low prioritised notifications are suppressed. This is how I create the
notifications:
notify-send --urgency=low 'Foo' 'Bar'
notify-send --urgency=critical 'Foo' 'Bar'
EDIT: I am using Gnome version 3.4.2 and awesome WM v3.4.14 on Debian GNU/Linux sid. It does not make a difference if the Gnome notification-daemon is started or if awesome is in charge of displaying the notifications.