diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 19:18:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 19:18:59 +0100 |
commit | 6bc2b280c349851a05f28ca4b06fe5d51c59bea0 (patch) | |
tree | 6ad296b2792b4fa70a309f9e9bbdb3c6fabfb69c /data/org.ayatana.indicator.notifications.gschema.xml.in.in | |
parent | 27a4b02329b62efffa89419d73be7c1f10838d76 (diff) | |
download | ayatana-indicator-notifications-6bc2b280c349851a05f28ca4b06fe5d51c59bea0.tar.gz ayatana-indicator-notifications-6bc2b280c349851a05f28ca4b06fe5d51c59bea0.tar.bz2 ayatana-indicator-notifications-6bc2b280c349851a05f28ca4b06fe5d51c59bea0.zip |
Convert to Ayatana Indicators.
Diffstat (limited to 'data/org.ayatana.indicator.notifications.gschema.xml.in.in')
-rw-r--r-- | data/org.ayatana.indicator.notifications.gschema.xml.in.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in.in b/data/org.ayatana.indicator.notifications.gschema.xml.in.in new file mode 100644 index 0000000..a4c6dde --- /dev/null +++ b/data/org.ayatana.indicator.notifications.gschema.xml.in.in @@ -0,0 +1,25 @@ +<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="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="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> |