From 1f59db9705b487f6bbb3f64284c728b486a2a8e9 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Sat, 21 Mar 2026 10:14:28 -0400 Subject: daemon: Add force-display setting to override notification suppression Add a new 'force-display' gsettings and checkbox that, when enabled, shows all notifications regardless of urgency, fullscreen, or screensaver state. Do Not Disturb still takes precedence. Fixes #199 --- data/org.mate.NotificationDaemon.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/org.mate.NotificationDaemon.gschema.xml.in') diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in index 80beac4..a28edc3 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml.in +++ b/data/org.mate.NotificationDaemon.gschema.xml.in @@ -51,5 +51,10 @@ Enable notification history When enabled, notifications are stored in history for later viewing. When disabled, no notification history is kept for privacy. Note: This only controls MATE's notification daemon storage; other applications may still have access to notifications through system logs or other means. + + false + Force display all notifications + When enabled, all notifications are shown regardless of urgency, fullscreen, or screensaver state. Do Not Disturb still takes precedence. + -- cgit v1.2.1