diff options
author | Laine Walker-Avina <[email protected]> | 2019-03-17 09:48:27 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-23 22:28:11 +0100 |
commit | 1dc3ca457e773f6f3813f1181a8851971ec178e4 (patch) | |
tree | eeed97e7ef32ac4d1705a5f8784cc33c909c2881 /data | |
parent | b2fea66d5591bb90a8cfabf00e0bb14bfa1956f5 (diff) | |
download | mate-power-manager-1dc3ca457e773f6f3813f1181a8851971ec178e4.tar.bz2 mate-power-manager-1dc3ca457e773f6f3813f1181a8851971ec178e4.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.in | 5 |
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> |