Commit Graph

4 Commits

Author SHA1 Message Date
bellrise
99d16fa506 config: Restore config.def.h file 2022-05-16 11:04:41 +02:00
fenze
45757d0fb1 fixup! Merge branch 'master' of github.com:mini-rose/rose 2022-05-16 11:02:50 +02:00
bellrise
58932060cc rose+window: Fix warnings & global variables 2022-05-16 10:46:42 +02:00
Lucien Cartier-Tilet
40aeb6bc59
Use config.def.h instead of config.h
Since config.h is destined to be modified by the end-user, I think it
is better to adopt what suckless usually does and move config.h to
config.def.h. This file is sort of a template from which the end-user
can build their own config.h that won’t be tracked by git.

If config.h doesn’t exist at compile-time, the makefile will
automatically copy it from the template.
2022-05-14 20:26:27 +02:00