aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2020-08-20 09:35:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-20 14:38:04 +0200
commit82ca9185e9894121cc1d13bb06e7dc0e09dfd01b (patch)
treec48498323f58b98f3acfbc2377cedce1667bb6d0 /data
parent77fb1c1f8f3f2856f9c991198cb231f22d19b40e (diff)
downloadayatana-indicator-notifications-82ca9185e9894121cc1d13bb06e7dc0e09dfd01b.tar.gz
ayatana-indicator-notifications-82ca9185e9894121cc1d13bb06e7dc0e09dfd01b.tar.bz2
ayatana-indicator-notifications-82ca9185e9894121cc1d13bb06e7dc0e09dfd01b.zip
Add our own do-not-disturb setting.
* Remove the MATE specific code from indicator-notifications-settings. * When do-not-disturb is set the indicator will try to set do-not-disturb on all supported desktops (currently only MATE).
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.notifications.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in.in b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
index c7b6277..db9777a 100644
--- a/data/org.ayatana.indicator.notifications.gschema.xml.in.in
+++ b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
@@ -15,6 +15,11 @@
<_summary>Clear notifications on middle click</_summary>
<_description>Normally when middle clicking the notification icon, the unread status will be toggled if the queue is not empty. With this option enabled, the notification queue will be cleared instead.</_description>
</key>
+ <key name="do-not-disturb" type="b">
+ <default>false</default>
+ <summary>Enable do-not-disturb mode</summary>
+ <description>On supported desktops enables do-not-disturb mode on the notification daemon.</description>
+ </key>
<key name="hide-indicator" type="b">
<default>false</default>
<_summary>Hide the indicator</_summary>