diff options
author | Jason Conti <[email protected]> | 2019-06-09 13:27:11 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-09-02 04:05:21 +0000 |
commit | 854e1724677916cfad13eb8a4a868d4779cf4a1e (patch) | |
tree | 75849f537fa6b08f067b04067508111a37c90eb0 /data | |
parent | 7fcefc45231a04cd0e1c6b3327e009b492089365 (diff) | |
download | mate-notification-daemon-854e1724677916cfad13eb8a4a868d4779cf4a1e.tar.bz2 mate-notification-daemon-854e1724677916cfad13eb8a4a868d4779cf4a1e.tar.xz |
* Add do-not-disturb setting
Diffstat (limited to 'data')
-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 c3c615b..17ea761 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml.in +++ b/data/org.mate.NotificationDaemon.gschema.xml.in @@ -25,5 +25,10 @@ <summary>Sound Enabled</summary> <description>Turns on and off sound support for notifications.</description> </key> + <key name="do-not-disturb" type="b"> + <default>false</default> + <summary>Do not disturb</summary> + <description>When enabled, notifications are not shown.</description> + </key> </schema> </schemalist> |