summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Herbst <[email protected]>2016-01-08 17:13:20 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-10 15:22:08 +0100
commitc8ed12f53165e5091cb065642fcb53d8b7513c91 (patch)
treec3d89457c060e76de859121b20c08ffdfba6abab
parent53309a827c96d21e2cbc4e54e47ab400122ad3c6 (diff)
downloadmate-settings-daemon-c8ed12f53165e5091cb065642fcb53d8b7513c91.tar.bz2
mate-settings-daemon-c8ed12f53165e5091cb065642fcb53d8b7513c91.tar.xz
Add key to enable/disable the notification dialog
-rw-r--r--data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
index 589af5a..8185453 100644
--- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
+++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
@@ -5,6 +5,11 @@
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by mate-settings-daemon or not</description>
</key>
+ <key name="enable-osd" type="b">
+ <default>true</default>
+ <summary>Show notification dialog</summary>
+ <description>Whether a OSD notification is shown to notify about changes</description>
+ </key>
<key name="priority" type="i">
<default>98</default>
<summary>Priority to use for this plugin</summary>