loop's not needed anymore
authorAaron Marcher <info@nulltime.net>
Tue, 13 Sep 2016 17:35:54 +0000 (19:35 +0200)
committerAaron Marcher (drkhsh) <info@nulltime.net>
Tue, 13 Sep 2016 17:35:54 +0000 (19:35 +0200)
README.md

index 9f24bdfc6bfe32048c8aae6b6f69f569ce8bc947..534eee0378522adbe7469424cfb36288244acb28 100644 (file)
--- 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