diff options
| author | Victor Kareh <[email protected]> | 2026-03-21 10:14:28 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-22 17:33:59 -0400 |
| commit | 1f59db9705b487f6bbb3f64284c728b486a2a8e9 (patch) | |
| tree | 45598db049b4bcefc99893d7ab105e31fbdb2a4e /data/org.mate.NotificationDaemon.gschema.xml.in | |
| parent | 8f19a38a5af8c25cad119efa8c8343d160299daa (diff) | |
| download | mate-notification-daemon-fix-critical-show-conditions.tar.bz2 mate-notification-daemon-fix-critical-show-conditions.tar.xz | |
daemon: Add force-display setting to override notification suppressionfix-critical-show-conditions
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.in | 5 |
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> |
