summaryrefslogtreecommitdiff
path: root/data/org.mate.NotificationDaemon.gschema.xml.in
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-03-21 10:14:28 -0400
committerVictor Kareh <[email protected]>2026-04-01 16:04:56 -0400
commit482c096f7e7e3e021b8f5088d6e5a8fd47f32edf (patch)
tree45598db049b4bcefc99893d7ab105e31fbdb2a4e /data/org.mate.NotificationDaemon.gschema.xml.in
parent17c25f40db37b459c57e03940bbb0fd8659975cf (diff)
downloadmate-notification-daemon-482c096f7e7e3e021b8f5088d6e5a8fd47f32edf.tar.bz2
mate-notification-daemon-482c096f7e7e3e021b8f5088d6e5a8fd47f32edf.tar.xz
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
Diffstat (limited to 'data/org.mate.NotificationDaemon.gschema.xml.in')
-rw-r--r--data/org.mate.NotificationDaemon.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
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 @@
<summary>Enable notification history</summary>
<description>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.</description>
</key>
+ <key name="force-display" type="b">
+ <default>false</default>
+ <summary>Force display all notifications</summary>
+ <description>When enabled, all notifications are shown regardless of urgency, fullscreen, or screensaver state. Do Not Disturb still takes precedence.</description>
+ </key>
</schema>
</schemalist>