aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.notifications.gschema.xml.in.in
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-21 15:06:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-21 15:06:05 +0200
commite3624327cacdad5515975d0a6bf80e31413458c1 (patch)
tree4b8d8a6173617c52a5f0c81ea922226714c3b3cb /data/org.ayatana.indicator.notifications.gschema.xml.in.in
parented884c084a013586ce5abcc53457bd617fd68f42 (diff)
parentd50e5a3a331fcf14c9b06da7fdce443eacecd1de (diff)
downloadayatana-indicator-notifications-e3624327cacdad5515975d0a6bf80e31413458c1.tar.gz
ayatana-indicator-notifications-e3624327cacdad5515975d0a6bf80e31413458c1.tar.bz2
ayatana-indicator-notifications-e3624327cacdad5515975d0a6bf80e31413458c1.zip
Merge branch 'sunweaver-pr/port-patches-from-indicator-notifications-by-trism'
Attributes GH PR #10: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/10
Diffstat (limited to 'data/org.ayatana.indicator.notifications.gschema.xml.in.in')
-rw-r--r--data/org.ayatana.indicator.notifications.gschema.xml.in.in19
1 files changed, 17 insertions, 2 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in.in b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
index 95eb284..280cc2b 100644
--- a/data/org.ayatana.indicator.notifications.gschema.xml.in.in
+++ b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
@@ -1,15 +1,25 @@
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.ayatana.indicator.notifications" path="/org/ayatana/indicator/notifications/">
- <key name="blacklist" type="as">
+ <key name="filter-list" type="as">
<default>[]</default>
<_summary>Discard notifications by application name</_summary>
- <_description>If an application name is in the blacklist, all notifications matching the application name will be discarded.</_description>
+ <_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="clear-on-middle-click" type="b">
<default>false</default>
<_summary>Clear notifications on middle click</_summary>
<_description>Normally when middle clicking the notification icon, the unread status will be toggled if the queue is not empty. With this option enabled, the notification queue will be cleared instead.</_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="hide-indicator" type="b">
<default>false</default>
<_summary>Hide the indicator</_summary>
@@ -21,5 +31,10 @@
<_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>
+ <key name="swap-clear-settings" type="b">
+ <default>false</default>
+ <summary>Swap the Clear and Settings items in the menu</summary>
+ <description>This will move the Clear option to the bottom of the menu, below the Settings item.</description>
+ </key>
</schema>
</schemalist>