From 1dc3ca457e773f6f3813f1181a8851971ec178e4 Mon Sep 17 00:00:00 2001 From: Laine Walker-Avina Date: Sun, 17 Mar 2019 09:48:27 -0700 Subject: 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. --- src/gpm-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpm-common.h') 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" -- cgit v1.2.1