-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnotifications.gschema.xml
More file actions
32 lines (32 loc) · 1.08 KB
/
notifications.gschema.xml
File metadata and controls
32 lines (32 loc) · 1.08 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/io/elementary/notifications/" id="io.elementary.notifications">
<key type="b" name="do-not-disturb">
<default>false</default>
<summary>Disable all notifications</summary>
</key>
<child name="applications" schema="io.elementary.notifications.applications" />
</schema>
<schema id="io.elementary.notifications.applications">
<key type="b" name="bypass-do-not-disturb">
<default>false</default>
<summary>Notify despite Do Not Disturb is enabled</summary>
</key>
<key type="b" name="ask">
<default>true</default>
<summary>Ask before allowing notifications</summary>
</key>
<key type="b" name="bubbles">
<default>true</default>
<summary>Enable bubbles</summary>
</key>
<key type="b" name="sounds">
<default>true</default>
<summary>Enable sounds</summary>
</key>
<key type="b" name="remember">
<default>true</default>
<summary>Show missed notifications in notification center</summary>
</key>
</schema>
</schemalist>