removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
This commit is contained in:
parent
85e6d59956
commit
b515765216
4 changed files with 66 additions and 11 deletions
2
dwm.h
2
dwm.h
|
@ -3,7 +3,7 @@
|
|||
* See LICENSE file for license details.
|
||||
*/
|
||||
|
||||
#include CONFIG
|
||||
#include "config.h"
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
/* mask shorthands, used in event.c and client.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue