1
0
mirror of https://github.com/pikami/slstatus.git synced 2025-04-27 12:03:10 +01:00

loop's not needed anymore

This commit is contained in:
Aaron Marcher 2016-09-13 19:35:54 +02:00 committed by Aaron Marcher (drkhsh)
parent 98e7324010
commit 60df4f0f05

@ -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