diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-27 18:25:15 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-27 18:25:15 +0100 |
commit | d834013cb980c93b88d2f09aec69bce9d5f95148 (patch) | |
tree | 3eb9e472bb8379e11dfc1a2d8a91531c276aaf80 /data/com.canonical.indicators.sound.gschema.xml | |
parent | 21cf01130cd686a9e4c1d4e90dbd3e01f8d0b7b2 (diff) | |
download | ayatana-indicator-sound-d834013cb980c93b88d2f09aec69bce9d5f95148.tar.gz ayatana-indicator-sound-d834013cb980c93b88d2f09aec69bce9d5f95148.tar.bz2 ayatana-indicator-sound-d834013cb980c93b88d2f09aec69bce9d5f95148.zip |
Added show-notify-osd-on-scroll gsettings parameter
This parameter (ON, by default) allows to enable/disable the
notify-osd bubble on volume-change by mouse scroll.
Diffstat (limited to 'data/com.canonical.indicators.sound.gschema.xml')
-rw-r--r-- | data/com.canonical.indicators.sound.gschema.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/com.canonical.indicators.sound.gschema.xml b/data/com.canonical.indicators.sound.gschema.xml index 3850f65..1e08269 100644 --- a/data/com.canonical.indicators.sound.gschema.xml +++ b/data/com.canonical.indicators.sound.gschema.xml @@ -25,5 +25,14 @@ On start up volume should not be muted. </description> </key> + <key name="show-notify-osd-on-scroll" type="b"> + <default>true</default> + <summary>Initial setting for showing notify-osd notification on scroll volume-change</summary> + <description> + When using the mouse scroll-wheel over the indicator-sound icon, the volume changes. + Enabling this setting, every scroll volume-change a notify-osd bubble with the + updated volume value will be shown (if supported by your notification daemon). + </description> + </key> </schema> </schemalist> |