summaryrefslogtreecommitdiff
path: root/schemas/org.gnome.desktop.sound.gschema.xml.in
diff options
context:
space:
mode:
authorDidier Roche <didrocks@ubuntu.com>2017-11-08 15:18:39 +0100
committerBastien Nocera <hadess@hadess.net>2017-11-14 11:53:32 +0100
commitda7eab3c4fbae3bc06923d86a6d538af866835e8 (patch)
treef1d118e1d02a47353713562c8fcf9c88e0c4a207 /schemas/org.gnome.desktop.sound.gschema.xml.in
parentdba49c6602304f9f717c9defde94c712258845b2 (diff)
downloadgsettings-desktop-schemas-da7eab3c4fbae3bc06923d86a6d538af866835e8.tar.gz
schemas: Add setting about whether to allow volume above 100%
https://bugzilla.gnome.org/show_bug.cgi?id=790281
Diffstat (limited to 'schemas/org.gnome.desktop.sound.gschema.xml.in')
-rw-r--r--schemas/org.gnome.desktop.sound.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.sound.gschema.xml.in b/schemas/org.gnome.desktop.sound.gschema.xml.in
index d663e62..04e1bf5 100644
--- a/schemas/org.gnome.desktop.sound.gschema.xml.in
+++ b/schemas/org.gnome.desktop.sound.gschema.xml.in
@@ -16,5 +16,10 @@
<summary>Input feedback sounds</summary>
<description>Whether to play sounds on input events.</description>
</key>
+ <key type="b" name="allow-volume-above-100-percent">
+ <default>false</default>
+ <summary>Allow volume above 100%</summary>
+ <description>Whether volume can be change to be set above 100%, using software amplification.</description>
+ </key>
</schema>
</schemalist>