summaryrefslogtreecommitdiff
path: root/mate-screenshot/data
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2025-08-20 00:18:30 -0400
committerOz Tiram <[email protected]>2025-08-20 06:50:16 +0200
commitf760c0fed9a093412dcff4801c3b6ede8b9c0458 (patch)
tree7eb4e351143b520a536a79db4e9b098782b20da9 /mate-screenshot/data
parentfd4812ad6bb5ba84fd2cbd29f356c74a737b26f4 (diff)
downloadmate-utils-master.tar.bz2
mate-utils-master.tar.xz
mate-screenshot: Toggle shutter soundHEADmaster
This setting allows user to enable/disable the shutter sound when taking a screenshot. Default is enabled to maintain current behavior. Fixes #134
Diffstat (limited to 'mate-screenshot/data')
-rw-r--r--mate-screenshot/data/org.mate.screenshot.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/mate-screenshot/data/org.mate.screenshot.gschema.xml.in b/mate-screenshot/data/org.mate.screenshot.gschema.xml.in
index caaff341..1af576bf 100644
--- a/mate-screenshot/data/org.mate.screenshot.gschema.xml.in
+++ b/mate-screenshot/data/org.mate.screenshot.gschema.xml.in
@@ -25,5 +25,10 @@
<summary>Border Effect</summary>
<description>Effect to add to the outside of a border. Possible values are "shadow", "none", and "border".</description>
</key>
+ <key name="enable-sound" type="b">
+ <default>true</default>
+ <summary>Enable sound</summary>
+ <description>Whether to play a sound when taking a screenshot</description>
+ </key>
</schema>
</schemalist>