summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLaine Walker-Avina <[email protected]>2019-03-17 09:48:27 -0700
committerraveit65 <[email protected]>2019-03-23 22:31:00 +0100
commit54c0655650740372c790ecfec7e6bb7c6e628e9d (patch)
tree90b5d64d378b489e019654a8b366a276df6a76fc /data
parent8bb07b12f013bfef46c5e737ecdabf1b428399c5 (diff)
downloadmate-power-manager-54c0655650740372c790ecfec7e6bb7c6e628e9d.tar.bz2
mate-power-manager-54c0655650740372c790ecfec7e6bb7c6e628e9d.tar.xz
Add conf option to disable warnings for low mouse power
On certain mice, they can last several weeks after the first warning on certain kinds of batteries which makes the constant notifications quite annoying.
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.power-manager.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.power-manager.gschema.xml.in b/data/org.mate.power-manager.gschema.xml.in
index d4a443d..db0593a 100644
--- a/data/org.mate.power-manager.gschema.xml.in
+++ b/data/org.mate.power-manager.gschema.xml.in
@@ -221,6 +221,11 @@
<summary>Notify on a low power</summary>
<description>If a notification message should be displayed when the battery is getting low.</description>
</key>
+ <key name="notify-low-capacity-mouse" type="b">
+ <default>false</default>
+ <summary>Notify on low capacity of mouse battery</summary>
+ <description>If a notification message should be displayed when the battery is getting low.</description>
+ </key>
<key name="info-history-graph-points" type="b">
<default>true</default>
<summary>Whether we should show the history data points</summary>