projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e7324
)
loop's not needed anymore
author
Aaron Marcher
<info@nulltime.net>
Tue, 13 Sep 2016 17:35:54 +0000
(19:35 +0200)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Tue, 13 Sep 2016 17:35:54 +0000
(19:35 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 9f24bdfc6bfe32048c8aae6b6f69f569ce8bc947..534eee0378522adbe7469424cfb36288244acb28 100644
(file)
--- a/
README.md
+++ b/
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