commit aa27539ec0f0b2dafe7f6440d75eb7d1bad49de4 parent a77c707baba02655f4c2fb281929205a985b8155 Author: clamiax <smoppy@gmail.com> Date: Fri, 25 Sep 2015 11:15:20 +0200 Better description for acpi. Diffstat:
M | README.md | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -52,7 +52,11 @@ Some sample usages in ~/.xinitrc: acpi ---- -Suspend the system if battery is critical. +Notice the user if the battery charge is below 12% or suspend (in memory) the +system if the battery is below 9%. Make it runs each minute via cron like this: +``` +* * * * * /path/of/acpi +``` dwmstatus ---------