aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.notifications.gschema.xml.in
blob: b85f14b12131c0b195530b9a11919b848ddfd9b0 (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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema 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>