2c9a889b22fd0e92f64ab6d35584f24e4076ddd8
This side project has a very 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 dwm.c
:
#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 patch added
Patches included:
- alpha
- adds transparency for the status bar
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%