Procházet zdrojové kódy

loop's not needed anymore

Aaron Marcher před 9 roky
rodič
revize
60df4f0f05
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. 1 5
      README.md

+ 1 - 5
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