591caea975327d912b0650dd7cbbf66329c40585
This side project has a different take on dwm patching. It uses preprocessor directives to decide whether or not to include a patch during build time; essentially this means that this build, for better or worse, contains both the patched and the original code. The aim being that you can select which patches to include and the build will contain that code and nothing more.
For example to include the alpha patch then you would only need to flip this setting from 0 to 1 in patches.h:
#define ALPHA_PATCH 1
Refer to https://dwm.suckless.org/ for details on the dwm window manager, how to install it and how it works.
Changelog:
2019-09-05 - Alpha, systray and pertag patches added
Patches included:
Description
A dwm build with preprocessor directives to decide which patches to include during build time
Languages
C
97.9%
Shell
0.8%
Roff
0.7%
Makefile
0.6%