blob: 80beac45ea4092858e9e31695591632ccb5ce5aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<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>
<key name="do-not-disturb" type="b">
<default>false</default>
<summary>Do not disturb</summary>
<description>When enabled, notifications are not shown.</description>
</key>
<key name="default-timeout" type="i">
<range min="0" max="300000"/>
<default>7000</default>
<summary>Default timeout</summary>
<description>Default timeout for notifications in milliseconds. Use 0 for no timeout (persistent).</description>
</key>
<key name="enable-persistence" type="b">
<default>true</default>
<summary>Enable persistence</summary>
<description>Allow notifications to be persistent when requested by applications.</description>
</key>
<key name="show-countdown" type="b">
<default>false</default>
<summary>Show countdown</summary>
<description>Show countdown timer for all non-persistent notifications. If false, only show it for those waiting for user actions.</description>
</key>
<key name="history-enabled" type="b">
<default>true</default>
<summary>Enable notification history</summary>
<description>When enabled, notifications are stored in history for later viewing. When disabled, no notification history is kept for privacy. Note: This only controls MATE's notification daemon storage; other applications may still have access to notifications through system logs or other means.</description>
</key>
</schema>
</schemalist>
|