commit 6c9d55ce528239ec5963b30547df867987addb0f
Author: Kai Hendry <hendry_AT_webconverger.com>
Date: Wed Feb 17 11:52:44 2016 +0800
Prioritise launch instructions with bare minimum launch cmd
diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md
index 01cdb62..2e54e14 100644
--- a/dwm.suckless.org/tutorial.md
+++ b/dwm.suckless.org/tutorial.md
_AT_@ -1,3 +1,8 @@
+Launching
+---------
+
+To launch dwm, ideally you should setup a `~/.xinitrc` with at least `exec dwm`.
+
Introduction
------------
_AT_@ -101,14 +106,7 @@ Using the tools of X.org, this can be set using:
% xsetroot -name "Some Text"
There are various tools and methods to populate this text with useful
-information from your system or services running on your system. A barebone
-for doing this in C is [dwmstatus](
http://dwm.suckless.org/dwmstatus/).
-See the [xinitrc](
http://dwm.suckless.org/xinitrc.example)
-example for how to do it using a script.
-
-Launching
----------
-
-To launch dwm, ideally you should setup an
-[xinitrc](
http://dwm.suckless.org/xinitrc.example).
-
+information from your system or services running on your system. A barebone for
+doing this in C is [dwmstatus](
http://dwm.suckless.org/dwmstatus/). See the
+[xinitrc](
http://dwm.suckless.org/xinitrc.example) example for how to do it
+using a script.
Received on Wed Feb 17 2016 - 04:53:37 CET