Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
98e7324
)
loop's not needed anymore
author
Aaron Marcher <
[email protected]
>
Tue, 13 Sep 2016 17:35:54 +0000
(19:35 +0200)
committer
Aaron Marcher (drkhsh) <
[email protected]
>
Tue, 13 Sep 2016 17:35:54 +0000
(19:35 +0200)
README.md
diff
|
blob
|
history
diff --git
a/README.md
b/README.md
index
9f24bdf
..
534eee0
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