diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/net.launchpad.indicator.notifications.gschema.xml.in.in | 5 |
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> |