26 lines
1.0 KiB
Diff
26 lines
1.0 KiB
Diff
From 5d4603c894e260e9f98553c5ede7f5e197efa195 Mon Sep 17 00:00:00 2001
|
|
From: mazhiguo <mazhiguo@kylinos.com.cn>
|
|
Date: Wed, 4 Sep 2019 23:44:46 -0400
|
|
Subject: [PATCH] mate notification daemon change bottom_right
|
|
|
|
---
|
|
data/org.mate.NotificationDaemon.gschema.xml.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in
|
|
index c3c615b..fdac60a 100644
|
|
--- a/data/org.mate.NotificationDaemon.gschema.xml.in
|
|
+++ b/data/org.mate.NotificationDaemon.gschema.xml.in
|
|
@@ -1,7 +1,7 @@
|
|
<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>
|
|
+ <default>'bottom_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>
|
|
--
|
|
2.18.1
|
|
|