Browse Source

loop's not needed anymore

master
Aaron Marcher 9 years ago
committed by Aaron Marcher (drkhsh)
parent
commit
60df4f0f05
  1. 6
      README.md

6
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): Write the following code to your ~/.xinitrc (or any other initialization script):
while true; do slstatus &
slstatus
done &
The loop is needed that the program runs after suspend to ram.
## Contributing ## Contributing

Loading…
Cancel
Save