aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2019-08-31 12:01:14 -0400
committerJason Conti <jason.conti@gmail.com>2019-08-31 12:01:14 -0400
commit356e62e832cf5daf9bc50dccd3a9a38f773492a0 (patch)
treece7bdf7abcc31af44515d72887da26f97ac5ba27 /data
parent97656595dd5afc491cc43d67413648c2bd79d4d3 (diff)
downloadayatana-indicator-notifications-356e62e832cf5daf9bc50dccd3a9a38f773492a0.tar.gz
ayatana-indicator-notifications-356e62e832cf5daf9bc50dccd3a9a38f773492a0.tar.bz2
ayatana-indicator-notifications-356e62e832cf5daf9bc50dccd3a9a38f773492a0.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/net.launchpad.indicator.notifications.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/net.launchpad.indicator.notifications.gschema.xml.in.in b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
index d04251d..d31c182 100644
--- a/data/net.launchpad.indicator.notifications.gschema.xml.in.in
+++ b/data/net.launchpad.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>