Skip to content
Snippets Groups Projects
Commit 5e4ac4ef authored by Zámolyi Csaba Ferenc's avatar Zámolyi Csaba Ferenc
Browse files

Added "ignore' as an action

parent 982b69fb
Branches
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment