summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-21 11:29:54 +0200
committerStefano Karapetsas <[email protected]>2012-10-21 11:29:54 +0200
commit4f219a36db5f32014b2d44ac5f2f77f7ab5852c8 (patch)
tree6da4b29e6ccad7f338908aea54fa2784c33b6cd4
parent85fb7f06d06ea1647995e84cd96e9214c11a53dc (diff)
downloadmate-notification-daemon-4f219a36db5f32014b2d44ac5f2f77f7ab5852c8.tar.bz2
mate-notification-daemon-4f219a36db5f32014b2d44ac5f2f77f7ab5852c8.tar.xz
change default settingsmate-notification-daemon-1.5.0
default theme is Nodoka default position is on top right (panel notification area is on top right too)
-rw-r--r--data/org.mate.NotificationDaemon.gschema.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.NotificationDaemon.gschema.xml b/data/org.mate.NotificationDaemon.gschema.xml
index 14c2bd2..99574d6 100644
--- a/data/org.mate.NotificationDaemon.gschema.xml
+++ b/data/org.mate.NotificationDaemon.gschema.xml
@@ -1,12 +1,12 @@
<schemalist>
<schema id="org.mate.NotificationDaemon" path="/org/mate/notification-daemon/">
<key name="popup-location" type="s">
- <default>'bottom_right'</default>
+ <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="theme" type="s">
- <default>'default'</default>
+ <default>'nodoka'</default>
<summary>Current theme</summary>
<description>The theme used when displaying notifications.</description>
</key>