summaryrefslogtreecommitdiff
path: root/data/mate-notification-daemon.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/mate-notification-daemon.schemas.in')
-rw-r--r--data/mate-notification-daemon.schemas.in53
1 files changed, 53 insertions, 0 deletions
diff --git a/data/mate-notification-daemon.schemas.in b/data/mate-notification-daemon.schemas.in
new file mode 100644
index 0000000..117d144
--- /dev/null
+++ b/data/mate-notification-daemon.schemas.in
@@ -0,0 +1,53 @@
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/mate-notification-daemon/popup_location</key>
+ <applyto>/apps/mate-notification-daemon/popup_location</applyto>
+ <owner>mate-notification-daemon</owner>
+ <type>string</type>
+ <default>bottom_right</default>
+ <locale name="C">
+ <short>Popup location</short>
+ <long>Default popup location on the workspace for stack notifications. Allowed values: &quot;top_left&quot;,&quot;top_right&quot;,&quot;bottom_left&quot; and &quot;bottom_right&quot;</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate-notification-daemon/theme</key>
+ <applyto>/apps/mate-notification-daemon/theme</applyto>
+ <owner>mate-notification-daemon</owner>
+ <type>string</type>
+ <default>default</default>
+ <locale name="C">
+ <short>Current theme</short>
+ <long>The theme used when displaying notifications.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate-notification-daemon/sound_enabled</key>
+ <applyto>/apps/mate-notification-daemon/sound_enabled</applyto>
+ <owner>mate-notification-daemon</owner>
+ <type>bool</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Sound Enabled</short>
+ <long>Turns on and off sound support for notifications.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate-notification-daemon/default_sound</key>
+ <applyto>/apps/mate-notification-daemon/default_sound</applyto>
+ <owner>mate-notification-daemon</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Default Sound</short>
+ <long>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</mateconfschemafile>