aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.notifications.gschema.xml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-13 16:32:17 +0200
committerRobert Tari <robert@tari.in>2022-09-13 16:32:17 +0200
commitbbea249bb8a989e89b2ac58b379f150f43192941 (patch)
tree58d5d4c29dc2909c6c57012dbefb113528041980 /data/org.ayatana.indicator.notifications.gschema.xml
parente67574787985181714c4717eabd7a194382777fb (diff)
parent5a5913a05d7f5bb4c700f81c4354176d2c8bc536 (diff)
downloadayatana-indicator-notifications-bbea249bb8a989e89b2ac58b379f150f43192941.tar.gz
ayatana-indicator-notifications-bbea249bb8a989e89b2ac58b379f150f43192941.tar.bz2
ayatana-indicator-notifications-bbea249bb8a989e89b2ac58b379f150f43192941.zip
Merge branch 'sunweaver-pr/fix-and-update-translations'
Attributes GH PR #29: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/29
Diffstat (limited to 'data/org.ayatana.indicator.notifications.gschema.xml')
-rw-r--r--data/org.ayatana.indicator.notifications.gschema.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml b/data/org.ayatana.indicator.notifications.gschema.xml
new file mode 100644
index 0000000..c0e4901
--- /dev/null
+++ b/data/org.ayatana.indicator.notifications.gschema.xml
@@ -0,0 +1,25 @@
+<schemalist>
+ <schema gettext-domain="ayatana-indicator-notifications" id="org.ayatana.indicator.notifications" path="/org/ayatana/indicator/notifications/">
+ <key name="filter-list" type="as">
+ <default>[]</default>
+ <summary>Discard notifications by application name</summary>
+ <description>If an application name is in the filter list, all notifications matching the application name will be discarded.</description>
+ </key>
+ <key name="filter-list-hints" type="as">
+ <default>[]</default>
+ <summary>Recent application names to suggest for the filter list</summary>
+ <description>Keeps track of recent application names so we can suggest them in the settings.</description>
+ </key>
+ <key name="do-not-disturb" type="b">
+ <default>false</default>
+ <summary>Enable do-not-disturb mode</summary>
+ <description>On supported desktops enables do-not-disturb mode on the notification daemon.</description>
+ </key>
+ <key name="max-items" type="i">
+ <range min="1" max="10"/>
+ <default>5</default>
+ <summary>Maximum number of visible items</summary>
+ <description>The indicator will only display at most the number of notifications indicated by this value.</description>
+ </key>
+ </schema>
+</schemalist>