From bd53b166667c47c85454cbf7fc355a5814fd9262 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 4 Feb 2023 13:10:31 +0100 Subject: [PATCH] add managing changes markdown --- pages/Managing changes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 pages/Managing changes.md diff --git a/pages/Managing changes.md b/pages/Managing changes.md new file mode 100755 index 0000000..6a88134 --- /dev/null +++ b/pages/Managing changes.md @@ -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