From 5e4ac4efff37b6e5623fe80be750fda0e59759c6 Mon Sep 17 00:00:00 2001
From: Csaba Zamolyi <csaba.zamolyi@outlook.com>
Date: Wed, 8 Feb 2023 06:33:05 +0000
Subject: [PATCH] Added "ignore' as an action

---
 batteryd.conf.example | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/batteryd.conf.example b/batteryd.conf.example
index 98943cf..79eb401 100644
--- a/batteryd.conf.example
+++ b/batteryd.conf.example
@@ -6,6 +6,8 @@
 #
 # There are three available battery levels: HALF, LOW, CRITICAL and their percentage value can be configured
 # The actions can be as follows:
+# - "ignore": it does not do any action, and skips all other actions supplied for the given battery level.
+#             If no action is supplied for a level, batteryd will default to "ignore"
 # - "notify": sends a notification to the user and informs them about the battery percentage via notify-send
 # - "sleep": suspends system to RAM, waits for a configured amount of time.
 # - "shutdown": gracefully shuts down the system, waits for a configured amount of time.
-- 
GitLab