diff options
-rw-r--r-- | data/org.mate.NotificationDaemon.gschema.xml | 4 |
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> |