commit 179aa756de245f95d5f11f7068f7290fd87ff3f6
parent 5087aef506e217280f89efdec0442bfa52bf6f85
Author: Claudio Alessi <smoppy@gmail.com>
Date: Sun, 2 Oct 2016 20:39:34 +0200
[acpi] add -i to sudo example.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -112,7 +112,7 @@ acpi
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
+* * * * * sudo -i /path/of/acpi
```
dwmstatus