aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2017-03-15 14:58:36 -0400
committerJason Conti <jason.conti@gmail.com>2017-03-15 14:58:36 -0400
commit27a4b02329b62efffa89419d73be7c1f10838d76 (patch)
tree51d6c58c02fc6f65990e698e34be7e5be6149b84 /data
parent6dd7a7237dceefd83deb8be94744b7182d173492 (diff)
downloadayatana-indicator-notifications-27a4b02329b62efffa89419d73be7c1f10838d76.tar.gz
ayatana-indicator-notifications-27a4b02329b62efffa89419d73be7c1f10838d76.tar.bz2
ayatana-indicator-notifications-27a4b02329b62efffa89419d73be7c1f10838d76.zip
* Add option to clear the notifications using middle click on the notification icon.0.3.3
* Bump version.
Diffstat (limited to 'data')
-rw-r--r--data/net.launchpad.indicator.notifications.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/net.launchpad.indicator.notifications.gschema.xml.in.in b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
index 43ece43..a4c6dde 100644
--- a/data/net.launchpad.indicator.notifications.gschema.xml.in.in
+++ b/data/net.launchpad.indicator.notifications.gschema.xml.in.in
@@ -5,6 +5,11 @@
<_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>