diff options
| author | Aaron Marcher <info@nulltime.net> | 2016-03-10 07:51:04 +0100 |
|---|---|---|
| committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-03-10 07:51:04 +0100 |
| commit | 2d1b92115c75a0da9b18be84f8f26bcf01b9f35f (patch) | |
| tree | 7e9b5669b488c4278b63ed62fb0bc044e13195c6 | |
| parent | 6a0ae11abcad62016a82bd4afe0bbbb01312ddc4 (diff) | |
| download | slstatus-2d1b92115c75a0da9b18be84f8f26bcf01b9f35f.tar.gz | |
starting in README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -25,6 +25,16 @@ Just run ```sudo make install```! Just edit config.h and recompile! +# Starting + +Put this in your ~/.xinitrc: + +``` +while true; do + slstatus +done & +``` + # Contributors See CONTRIBUTORS.md file. |
