add managing changes markdown

This commit is contained in:
speedie 2023-02-04 13:10:31 +01:00
parent 7cb61c9495
commit bd53b16666

14
pages/Managing changes.md Executable file
View file

@ -0,0 +1,14 @@
Managing changes
----------------
speedwm's Makefile has a nice feature which allows you to compile one header into the binary while keeping the original unmodified.
If I want to make a change to, let's say `bar.h` in my personal build I just `cp bar.h bar.rl.h`, make changes to `bar.rl.h` and recompile. `bar.h` will be intact, but my changes from bar.rl.h will be applied in the compiled binary.
This feature is currently available for:
- bar.h
- options.h
- keybinds.h
- mouse.h
- status.h