sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 6c9d55ce528239ec5963b30547df867987addb0f
parent ad423b2e741989e245d7fc5a3878aa5b92f56be4
Author: Kai Hendry <hendry@webconverger.com>
Date:   Wed, 17 Feb 2016 11:52:44 +0800

Prioritise launch instructions with bare minimum launch cmd

Diffstat:
Mdwm.suckless.org/tutorial.md | 20+++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md @@ -1,3 +1,8 @@ +Launching +--------- + +To launch dwm, ideally you should setup a `~/.xinitrc` with at least `exec dwm`. + Introduction ------------ @@ -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.