[wiki] [sites] Revert "How to track config.(|def).h changes in git" || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sat, 16 Feb 2019 17:54:20 +0100

commit 313a5dea3d1d9d15b729c6839516a87f48f39bd1
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Feb 16 17:53:47 2019 +0100

    Revert "How to track config.(|def).h changes in git"
    
    This reverts commit 13e1296e9772242ff869295a1081a77eae022434.
    
    This is wrong. config.def.h is the default.

diff --git a/dwm.suckless.org/customisation/index.md b/dwm.suckless.org/customisation/index.md
index c502064b..ee5cf802 100644
--- a/dwm.suckless.org/customisation/index.md
+++ b/dwm.suckless.org/customisation/index.md
_AT_@ -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.
Received on Sat Feb 16 2019 - 17:54:20 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 16 2019 - 18:00:31 CET