diff options
author | Steve Zesch <[email protected]> | 2013-01-20 13:52:47 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2013-01-20 13:52:47 -0500 |
commit | 5618708514ac34257e9ba93af96e9ef32a4ad0c2 (patch) | |
tree | 72aeeacf52f3e80b01863d87ebd6920a120ada61 | |
parent | fdb4b281f45e012005f01a6bc430e2a3f9875c17 (diff) | |
download | mate-notification-daemon-5618708514ac34257e9ba93af96e9ef32a4ad0c2.tar.bz2 mate-notification-daemon-5618708514ac34257e9ba93af96e9ef32a4ad0c2.tar.xz |
Added "use-active-monitor" and "monitor-number" keys to gschema.
-rw-r--r-- | data/org.mate.NotificationDaemon.gschema.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.mate.NotificationDaemon.gschema.xml b/data/org.mate.NotificationDaemon.gschema.xml index 99574d6..4331996 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml +++ b/data/org.mate.NotificationDaemon.gschema.xml @@ -5,6 +5,16 @@ <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> |