commit 60df4f0f05e261d2787b9512cea262248ebaf166
parent 98e7324010626c5ba05d199190d9416359cf801e
Author: Aaron Marcher <[email protected]>
Date: Tue, 13 Sep 2016 19:35:54 +0200
loop's not needed anymore
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -39,11 +39,7 @@ Before you continue, please be sure that a C compiler (preferrably gcc), GNU mak
Write the following code to your ~/.xinitrc (or any other initialization script):
- while true; do
- slstatus
- done &
-
-The loop is needed that the program runs after suspend to ram.
+ slstatus &
## Contributing