loop's not needed anymore
This commit is contained in:
parent
98e7324010
commit
60df4f0f05
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue