aboutsummaryrefslogtreecommitdiff
path: root/data/net.launchpad.indicator.notifications.gschema.xml.in.in
blob: d31c1821971a8885c0fd4d627391a25e619ea23a (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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="net.launchpad.indicator.notifications" path="/net/launchpad/indicator/notifications/">
    <key name="blacklist" 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>
    </key>
    <key name="blacklist-hints" type="as">
      <default>[]</default>
      <summary>Recent application names to suggest for the blacklist</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>
      <description>If true, the indicator is hidden.</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>