diff options
author | Friedrich Herbst <[email protected]> | 2016-01-08 17:13:20 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-10 15:22:08 +0100 |
commit | c8ed12f53165e5091cb065642fcb53d8b7513c91 (patch) | |
tree | c3d89457c060e76de859121b20c08ffdfba6abab /data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | |
parent | 53309a827c96d21e2cbc4e54e47ab400122ad3c6 (diff) | |
download | mate-settings-daemon-c8ed12f53165e5091cb065642fcb53d8b7513c91.tar.bz2 mate-settings-daemon-c8ed12f53165e5091cb065642fcb53d8b7513c91.tar.xz |
Add key to enable/disable the notification dialog
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 5 |
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> |