summaryrefslogtreecommitdiff
path: root/data/org.mate.NotificationDaemon.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.mate.NotificationDaemon.gschema.xml.in')
-rw-r--r--data/org.mate.NotificationDaemon.gschema.xml.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in
new file mode 100644
index 0000000..c3c615b
--- /dev/null
+++ b/data/org.mate.NotificationDaemon.gschema.xml.in
@@ -0,0 +1,29 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.NotificationDaemon" path="/org/mate/notification-daemon/">
+ <key name="popup-location" type="s">
+ <default>'top_right'</default>
+ <summary>Popup location</summary>
+ <description>Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right"</description>
+ </key>
+ <key name="use-active-monitor" type="b">
+ <default>true</default>
+ <summary>Use Active Monitor</summary>
+ <description>Display the notification on the active monitor.</description>
+ </key>
+ <key name="monitor-number" type="i">
+ <default>0</default>
+ <summary>Monitor</summary>
+ <description>Monitor to display the notification. Allowed values: -1 (display on active monitor) and 0 to n - 1 where n is the number of monitors.</description>
+ </key>
+ <key name="theme" type="s">
+ <default>'nodoka'</default>
+ <summary>Current theme</summary>
+ <description>The theme used when displaying notifications.</description>
+ </key>
+ <key name="sound-enabled" type="b">
+ <default>true</default>
+ <summary>Sound Enabled</summary>
+ <description>Turns on and off sound support for notifications.</description>
+ </key>
+ </schema>
+</schemalist>