[wiki] [sites] dwm customization: header style || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Mon, 04 Mar 2019 22:54:59 +0100

commit 494f27598772f58276f7f415a03c99bac7040234
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Mon Mar 4 22:54:41 2019 +0100

    dwm customization: header style
    
    remove bold from header style (double bold).

diff --git a/dwm.suckless.org/customisation/index.md b/dwm.suckless.org/customisation/index.md
index ee5cf802..07d2921b 100644
--- a/dwm.suckless.org/customisation/index.md
+++ b/dwm.suckless.org/customisation/index.md
_AT_@ -3,8 +3,8 @@ Customisation
 **dwm** is customised by editing **config.h**, a C language header file, and
 **config.mk**, a Make include file.
 
-What is **config.h**?
----------------------
+What is config.h?
+-----------------
 config.h is a source code file which is included by dwm.c, the main dwm source
 code module. It serves as the configuration file for all of dwm's features,
 e.g., application placement, tags, and colours. A vanilla download of dwm will
_AT_@ -12,13 +12,13 @@ contain a file called config.def.h, a template you can use to create your own
 config.h file. To start customising dwm, simply copy config.def.h into config.h
 before you run make.
 
-What is **config.mk**?
-----------------------
+What is config.mk?
+------------------
 config.mk is a file included by Makefile. It allows you to configure how make
 is going to compile and install dwm.
 
-How do I modify **config.h**?
------------------------------
+How do I modify config.h?
+-------------------------
 config.h can be edited just like any other C source code file. It contains
 definitions of variables that are going to be used by dwm.c and therefore it is
 vital that the file is always up to date. The default Makefile distributed with
Received on Mon Mar 04 2019 - 22:54:59 CET

This archive was generated by hypermail 2.3.0 : Mon Mar 04 2019 - 23:00:31 CET