sites

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

commit 313a5dea3d1d9d15b729c6839516a87f48f39bd1
parent b64e3c5bb809e251d543c22c52f743aaaa3da2a1
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 16 Feb 2019 17:53:47 +0100

Revert "How to track config.(|def).h changes in git"

This reverts commit 13e1296e9772242ff869295a1081a77eae022434.

This is wrong. config.def.h is the default.

Diffstat:
Mdwm.suckless.org/customisation/index.md | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/dwm.suckless.org/customisation/index.md b/dwm.suckless.org/customisation/index.md @@ -40,11 +40,3 @@ Are there any example customisations to get me started? Various customisation options are illustrated in the sub-directories of this wiki page. Under each of the categories (customfuncs, fonts, etc.,) you will find example modifications that will get you started. - -How do I keep my customized dwm config up to date? --------------------------------------------------- -git clone the dwm repo and store all patches as git commits. If there are -changes in origin/master, simply git rebase your patches. For this it is -convenient to use the config.def.h directly. To do so you have to change -${OBJ}: config.h config.mk to ${OBJ}: config.def.h config.mk in the Makefile -and change #include "config.h" to #include "config.def.h" in dwm.c.