summaryrefslogtreecommitdiff
path: root/src/gpm-common.h
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 /src/gpm-common.h
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 'src/gpm-common.h')
-rw-r--r--src/gpm-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-common.h b/src/gpm-common.h
index 7578f68..e9f0ac9 100644
--- a/src/gpm-common.h
+++ b/src/gpm-common.h
@@ -98,6 +98,7 @@ G_BEGIN_DECLS
#define GPM_SETTINGS_NOTIFY_SLEEP_FAILED "notify-sleep-failed"
#define GPM_SETTINGS_NOTIFY_SLEEP_FAILED_URI "notify-sleep-failed-uri"
#define GPM_SETTINGS_NOTIFY_LOW_POWER "notify-low-power"
+#define GPM_SETTINGS_NOTIFY_LOW_CAPACITY_MOUSE "notify-low-capacity-mouse"
/* thresholds */
#define GPM_SETTINGS_PERCENTAGE_LOW "percentage-low"