commit 2d1b92115c75a0da9b18be84f8f26bcf01b9f35f
parent 6a0ae11abcad62016a82bd4afe0bbbb01312ddc4
Author: Aaron Marcher <info@nulltime.net>
Date: Thu, 10 Mar 2016 07:51:04 +0100
starting in README.md
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -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.