Hi While editing my config.h file, my linter is going crazy because it cannot find the declarations of the identifiers used in config.h. I was wondering the rationale behind putting all the function declarations in the dwm.c file itself. Wouldn't it make more sense to put all of them in a dwm.h file and include it in dwm.c and config.h ?
Hritik Vijay