diff options
| author | Aaron Marcher <info@nulltime.net> | 2016-09-13 19:35:54 +0200 |
|---|---|---|
| committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-09-13 19:35:54 +0200 |
| commit | 60df4f0f05e261d2787b9512cea262248ebaf166 (patch) | |
| tree | 37d6591d0e34d7f80867ae25143512be419bff89 | |
| parent | 98e7324010626c5ba05d199190d9416359cf801e (diff) | |
| download | slstatus-60df4f0f05e261d2787b9512cea262248ebaf166.tar.gz | |
loop's not needed anymore
| -rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 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 |
